lua-users home
lua-l archive

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


> Apparently there is no overflows. It really should do a full collection
> for every new object created. (Some objects may allocate several blocks
> of memory, but 50 is unusual.) In some quick tests I got the expected
> behavior.

The same test I posted, with the GC parameters set:

http://pastebin.com/iG9zGzN7

This appears to collect 50 at a time with 5.2.1-rc1.

Fyi, this is on 64-bit Linux.