Re: Garbage collector behaviour changed from 5.1 to 5.2
[
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: 2012年5月26日 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.