summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cnf.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-08-25 20:19:49 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-08-25 20:19:49 +0200
commitb2c10135056be4af1a52ed8ef7b3f1f4017dccc0 (patch)
treee6f9d9423263865c5c405830c1879aa01287fe37 /tex/context/base/mkiv/luat-cnf.lua
parentda0b592a10f24f30cabb510a45550b939693d687 (diff)
downloadcontext-b2c10135056be4af1a52ed8ef7b3f1f4017dccc0.tar.gz
2020-08-25 19:59:00
Diffstat (limited to 'tex/context/base/mkiv/luat-cnf.lua')
-rw-r--r--tex/context/base/mkiv/luat-cnf.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/luat-cnf.lua b/tex/context/base/mkiv/luat-cnf.lua
index 910ee5989..ebce83ca8 100644
--- a/tex/context/base/mkiv/luat-cnf.lua
+++ b/tex/context/base/mkiv/luat-cnf.lua
@@ -38,6 +38,7 @@ texconfig.stack_size = 100000
texconfig.buffer_size = 10000000
texconfig.token_size = 10000000
texconfig.node_size = 20000000
+texconfig.max_pool = 10000000
else
@@ -60,6 +61,7 @@ local variablenames = CONTEXTLMTXMODE > 0 and {
hash_extra = true,
nest_size = true,
max_strings = true,
+ max_pool = true,
param_size = true,
save_size = true,
stack_size = true,
@@ -67,6 +69,7 @@ local variablenames = CONTEXTLMTXMODE > 0 and {
properties_size = true,
token_size = true,
node_size = true,
+ buffer_size = true,
} or {
error_line = false,
half_error_line = false,