Re: [Dev-luatex] luajit memory limit

2016-10-02 Thread Hans Hagen
On 10/1/2016 10:15 PM, Reinhard Kotucha wrote: Hi, first of all, thank you very much for LuaTeX Version 1.0. However, when I load a complete file into memory testmen.lua - local file=arg[1] fd=io.open(file, "r") local t = fd:read("*a") fd:close() --

[Dev-luatex] luajit memory limit

2016-10-01 Thread Reinhard Kotucha
Hi, first of all, thank you very much for LuaTeX Version 1.0. However, when I load a complete file into memory testmen.lua - local file=arg[1] fd=io.open(file, "r") local t = fd:read("*a") fd:close() -- I get $ texlua testmem.lua f