[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: one state memory footprint
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 08 May 2000 10:17:06 -0300
> How can I estimate how much memory takes one Lua 4.0 state ?
lua.c allocates ~26K when it opens its state. That includes opening
all standard libraries.
-- Roberto