tes allocated = " .. count .. " bytes")
> ts.debug("Garbage Collector reports = " .. collectgarbage("count")
> .. " MB")
> end
>end
>
>io.close(FH)
>
> end
>
> Thanks,
> Peter
>
> -Origina
; ts.debug("Total bytes allocated = " .. count .. " bytes")
> ts.debug("Garbage Collector reports = " .. collectgarbage("count")
> .. " MB")
> end
> end
>
>io.close(FH)
>
> end
>
> Thanks,
> Pe
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
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
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