lua-users home
lua-l archive

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


> >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