summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-25 22:14:34 +0000
committerKarl Berry <karl@freefriends.org>2020-08-25 22:14:34 +0000
commit1c4643ca53b245a907ba48a3ccd8b8f1240e9a5a (patch)
treea2f84e3fd3c51cb9acc3c93d47dfe58a2b5e1015 /Build
parentf3f3dcee92e536ac944a4c030aaac5d81c416b39 (diff)
increase save_size to 200000 for tex4ht+l3regex
git-svn-id: svn://tug.org/texlive/trunk@56185 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 e9db1fae051..e6e3b70c4d1 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-26 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (save_size): double to 200,000. Needed with
+ long documents, tex4ht, and l3regex. Hopefully no harm in increasing.
+ https://tug.org/pipermail/tex4ht/2020q3/002710.html
+
2020-07-05 Karl Berry <karl@freefriends.org>
* configure.ac (snprintf): two more test programs
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 4111a2b3fc3..decc891d255 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -833,7 +833,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 = 100000 % 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