RE: Lua plugin memory limit on Linux.

2019-10-08 Thread Chou, Peter
tes allocated = " .. count .. " bytes") > ts.debug("Garbage Collector reports = " .. collectgarbage("count") > .. " MB") > end >end > >io.close(FH) > > end > > Thanks, > Peter > > -Origina

Re: Lua plugin memory limit on Linux.

2019-06-20 Thread Shu Kit Chan
; ts.debug("Total bytes allocated = " .. count .. " bytes") > ts.debug("Garbage Collector reports = " .. collectgarbage("count") > .. " MB") > end > end > >io.close(FH) > > end > > Thanks, > Pe

RE: Lua plugin memory limit on Linux.

2019-06-20 Thread Chou, Peter
uot;Total bytes allocated = " .. count .. " bytes") ts.debug("Garbage Collector reports = " .. collectgarbage("count") .. " MB") end end io.close(FH) end Thanks, Peter -Original Message----- From: Shu Kit Chan Sent: Wednesday, Jun

Re: Lua plugin memory limit on Linux.

2019-06-19 Thread Shu Kit Chan
Thanks for the info. That's good to know. Have you tried how much more you can allocate? And when you are over the limit, what is the message you are getting? Perhaps we can update the doc with this information. Kit On Wed, Jun 19, 2019 at 12:01 PM Chou, Peter wrote: > > Kit, > > Did not hear