summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cod.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/luat-cod.lmt')
-rw-r--r--tex/context/base/mkiv/luat-cod.lmt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/luat-cod.lmt b/tex/context/base/mkiv/luat-cod.lmt
index 9b7564483..e4432345e 100644
--- a/tex/context/base/mkiv/luat-cod.lmt
+++ b/tex/context/base/mkiv/luat-cod.lmt
@@ -27,7 +27,7 @@ texconfig.save_size = 500000
texconfig.stack_size = 100000
texconfig.buffer_size = 10000000
texconfig.token_size = 10000000
-texconfig.node_size = 20000000
+texconfig.node_size = 50000000
texconfig.max_print_line = 100000
texconfig.max_strings = 500000
@@ -190,7 +190,7 @@ if not environment.luafilechunk then
fullname = sourcepath .. "/" .. filename
end
local data = loadfile(fullname)
- texio.write("term and log","<",data and "+ " or "- ",fullname,">")
+ texio.write("terminal_and_logfile","<",data and "+ " or "- ",fullname,">")
if data then
-- package.loaded[gsub(filename,"%..-$"] =
data()
@@ -297,7 +297,7 @@ callback.register("trace_memory", function(what,success)
logs.report("tex memory","bumping category %a %s, details: %s",
what,success,table.sequenced(status["get"..what.."state"]()))
elseif texio then
- texio.write_nl(format("bumping tex %a memory %s",
+ texio.write_nl(format("bumping tex '%s' memory %s",
what,success))
end
-- os.exit()