summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cod.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-10-31 00:09:22 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-10-31 00:09:22 +0100
commit7043cd3b7046f6a11112a5d49c4ae5e2dc0c6896 (patch)
tree92ffcd258fb29e37b4a136eb071fbfd0717be29e /tex/context/base/mkiv/luat-cod.lmt
parenta0270f13065d116355a953c6f246cbba26289fc2 (diff)
downloadcontext-7043cd3b7046f6a11112a5d49c4ae5e2dc0c6896.tar.gz
2020-10-30 22:27:00
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()