lua-users home
lua-l archive

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


> Our app allows users to register a Timer function which gets called periodically. I've noticed that some patterns of Lua code cause memory to grow to the point that the OS starts killing processes as if the garbage collector isn't being run. Other seemingly similar Lua code has flat memory usage. 

What version of Lua are you using?

-- Roberto