From 1c4643ca53b245a907ba48a3ccd8b8f1240e9a5a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Aug 2020 22:14:34 +0000 Subject: increase save_size to 200000 for tex4ht+l3regex git-svn-id: svn://tug.org/texlive/trunk@56185 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 6 ++++++ Build/source/texk/kpathsea/texmf.cnf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Build/source') 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 + + * 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 * 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 -- cgit v1.2.3