summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-07 17:49:50 +0000
committerKarl Berry <karl@freefriends.org>2021-05-07 17:49:50 +0000
commit073d12a1d9d861cc43ac68b1301728f09cce3711 (patch)
tree855692088d3b16bee764c065f71984b5a03003d5 /Build/source/texk/web2c
parentaf9df03e853a6f1bc4745504f3a7ac18c160c85a (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/web2c')
-rw-r--r--Build/source/texk/web2c/ChangeLog6
-rw-r--r--Build/source/texk/web2c/tex.ch2
2 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index f0d2b4a88eb..e0fbb789ab1 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,5 +1,11 @@
2021-05-07 Karl Berry <karl@freefriends.org>
+ * tex.ch (sup_save_size): increase to 30000000
+ (could be max_halfword). Found by Christian Schenk,
+ tex-live 18 Mar 2021 18:39:04.
+
+2021-05-07 Karl Berry <karl@freefriends.org>
+
* doc/web2c.texi,
* doc/ref.txi: typos.
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch
index 124c79ad40c..d11f42da855 100644
--- a/Build/source/texk/web2c/tex.ch
+++ b/Build/source/texk/web2c/tex.ch
@@ -259,7 +259,7 @@ versions of the program.
@!sup_param_size = 32767;
@!inf_save_size = 600;
-@!sup_save_size = 80000;
+@!sup_save_size = 30000000;
@!inf_stack_size = 200;
@!sup_stack_size = 30000;