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