[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage collector behaviour changed from 5.1 to 5.2
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 26 May 2012 08:20:03 -0300
> We upgraded Lua from 5.1.4 to 5.2.0 a couple of weeks ago and have
> noticed substantial increases in memory usage since them
Try Lua 5.2.1, which mostly reverts the GC to the one used in 5.1.
It is about to be released:
http://www.lua.org/work/
Please try it in your application and see if that fixes the problem.
Thanks.