From b682c8d31249edfc99eb683210c3b0cfeae5c9f9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Mar 2019 22:34:01 +0000 Subject: context (7mar19) git-svn-id: svn://tug.org/texlive/trunk@50280 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Master/texmf-dist/tex/context/base/mkiv/luat-cnf.lua') 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() -- cgit v1.2.3