lua-users home
lua-l archive

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


Bradley Smith wrote:
Can someone explain to me why setting collectgarbage("setpause", 300) on either Linux or Windows will cause the previously posted program to never collect garbage?

If I understand it correctly, with pause>=200, the rate of garbage collection can be less than that of garbage accumulation.

--
Shmuel