lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I deduce this by performing a few 'full' GCs in a row at random times
> and noticing that the in-use mem figure drops to around 2500K rather
> than its usual 4400-4900K range

What happens when you perform one single full GC (instead of a few in a
row)?

-- Roberto