[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage collection question
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 10 Jul 2012 13:29:27 -0300
> >From the looks of it I do not see a leaking reference, if you leave
> the code running does the memory decrease or only increase?
Save bugs, a manual call to the GC would not solve a memory hoarding
problem...
Have you tried to increase the GC parameters? (e.g., making it more
agressive with 'collectgarbage("setpause", 100)')
-- Roberto