diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-07 17:49:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-07 17:49:50 +0000 |
commit | 073d12a1d9d861cc43ac68b1301728f09cce3711 (patch) | |
tree | 855692088d3b16bee764c065f71984b5a03003d5 /Build/source/texk/kpathsea | |
parent | af9df03e853a6f1bc4745504f3a7ac18c160c85a (diff) |
increase sup_save_size to 30m and active save_save to 200k
git-svn-id: svn://tug.org/texlive/trunk@59114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index ca7feaea609..5a2805024c3 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2021-05-07 Karl Berry <karl@freefriends.org> + + * texmf.cnf (save_size): re-increase to 200000 + with parallel change to tex.ch. + 2021-04-22 Karl Berry <karl@freefriends.org> * doc/kpathsea.texi (TeX directory structure): link to diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 7a4f4030777..d0c9475a5b8 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -832,7 +832,7 @@ nest_size = 500 % 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 -save_size = 80000 % for saving values outside current group +save_size = 200000 % for saving values outside current group stack_size = 5000 % simultaneous input sources % Limit on recursive expansion calls so TeX has a chance to quit nicely |