[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: question about emergency gc (5.2work3)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 26 May 2010 12:53:23 -0300
> What exactly does the value of collectgarbage("count") mean?
collectgarbage("count")*1024 is the total number of bytes currently
allocated by Lua.
-- Roberto