summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-18 22:33:53 +0000
committerKarl Berry <karl@freefriends.org>2021-03-18 22:33:53 +0000
commitfc1de8e440c0fa1773d78dca5b7cb0ccd945e855 (patch)
tree3842fdd27ae3565784f149e47ba940096213c656 /Build
parentba51fc75b401dc0ba5a3cb90b80b3fae64ebf86f (diff)
save_size maxes out at 80000
git-svn-id: svn://tug.org/texlive/trunk@58529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
2 files changed, 7 insertions, 1 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 <karl@tug.org>
+
+ * 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 <karl@freefriends.org>
* 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