From fc1de8e440c0fa1773d78dca5b7cb0ccd945e855 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Mar 2021 22:33:53 +0000 Subject: save_size maxes out at 80000 git-svn-id: svn://tug.org/texlive/trunk@58529 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 6 ++++++ Build/source/texk/kpathsea/texmf.cnf | 2 +- Master/texmf-dist/web2c/texmf.cnf | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 2bf16aea7e6..88d71b0755f 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,9 @@ +2021-03-18 Karl Berry + + * texmf.cnf (save_size): reset to 80000 since that is what + sup_save_size is set to in tex.ch. Found by Christian Schenk, + tex-live 18 Mar 2021 18:39:04. + 2021-03-08 Karl Berry * tests/cnfline/texmf.cnf (maxpr.lt-kpsewhich): set this, diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index a58b3e6c990..909ba0cc326 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 = 200000 % for saving values outside current group +save_size = 80000 % 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 diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index a58b3e6c990..909ba0cc326 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/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 = 200000 % for saving values outside current group +save_size = 80000 % 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 -- cgit v1.2.3