From e847262a0f41bacb647f7dd21124f7965c421b5a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 27 Feb 2022 17:33:30 +0000 Subject: double nest_size, param_size, stack_size for stex git-svn-id: svn://tug.org/texlive/trunk@62232 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/web2c/texmf.cnf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/web2c/texmf.cnf') diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index fa71b3e3155..8e0de981e16 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -781,9 +781,6 @@ texmf_casefold_search = 1 % To increase space for boxes (as might be needed by, e.g., PiCTeX), % increase extra_mem_bot. % -% For some xy-pic samples, you may need as much as 700000 words of memory. -% For the vast majority of documents, 60000 or less will do. -% main_memory = 5000000 % words of inimemory available; also applies to inimf&mp extra_mem_top = 0 % extra high memory for chars, tokens, etc. extra_mem_bot = 0 % extra low memory for boxes, glue, breakpoints, etc. @@ -831,12 +828,12 @@ trie_size = 1100000 hyph_size = 8191 % prime number of hyphenation exceptions, >610, <65535 % http://primes.utm.edu/curios/page.php/8191.html % dynamically increased as necessary, so not important. -nest_size = 500 % simultaneous semantic levels (e.g., groups) +nest_size = 1000 % simultaneous semantic levels (e.g., groups) max_in_open = 15 % simultaneous input files and error insertions, % also applies to MetaPost -param_size = 10000 % simultaneous macro parameters, also applies to MP +param_size = 20000 % simultaneous macro parameters, also applies to MP save_size = 200000 % for saving values outside current group -stack_size = 5000 % simultaneous input sources +stack_size = 10000 % simultaneous input sources % Limit on recursive expansion calls so TeX has a chance to quit nicely % before stack space runs out. The default is 10000. Normally there is no -- cgit v1.2.3