Re: Garbage collection question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Garbage collection question
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年7月10日 08:01:30 -0300
> 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