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

Lua plugin memory limit on Linux.

2019-06-19 Thread Chou, Peter
Kit, Did not hear back from you regarding the memory limit for the Lua plugin on Linux. Previously, I had tested on the command line with the luajit executable, but I have completed some testing with the ATS master branch. I am running with Ubuntu 18.04 LTS Server 64-bit which ships with 'LuaJ