summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-07 22:34:01 +0000
committerKarl Berry <karl@freefriends.org>2019-03-07 22:34:01 +0000
commitb682c8d31249edfc99eb683210c3b0cfeae5c9f9 (patch)
treec978cf24a57c170e2413d548af06d7bd518259e6 /Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua
parent2915b13b4b4cd9a3c35eae7122d2b8604cd8b494 (diff)
context (7mar19)
git-svn-id: svn://tug.org/texlive/trunk@50280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua b/Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua
index 0670d168418..5e3f026e95b 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua
@@ -30,6 +30,8 @@ texconfig.nest_size = 1000
texconfig.param_size = 25000
texconfig.save_size = 100000
texconfig.stack_size = 10000
+texconfig.function_size = 32768
+texconfig.properties_size = 65536
local stub = [[
@@ -178,6 +180,8 @@ local variablenames = {
param_size = true,
save_size = true,
stack_size = true,
+ function_size = true,
+ properties_size = true,
}
local function makestub()