summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/ChangeLog4
-rw-r--r--Build/source/texk/web2c/alephdir/com16bit-rc2.ch4
-rw-r--r--Build/source/texk/web2c/omegadir/com16bit.ch4
3 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
new file mode 100644
index 00000000000..c8b4e670c28
--- /dev/null
+++ b/Build/source/ChangeLog
@@ -0,0 +1,4 @@
+2006-06-02 Karl Berry <karl@tug.org>
+
+ * texk/web2c/omegadir/com16bit.ch, alephdir/com16bit-rc2.ch
+ (sup_main_memory, sup_save_size): increase per tex.ch.
diff --git a/Build/source/texk/web2c/alephdir/com16bit-rc2.ch b/Build/source/texk/web2c/alephdir/com16bit-rc2.ch
index f9064e84937..453da458352 100644
--- a/Build/source/texk/web2c/alephdir/com16bit-rc2.ch
+++ b/Build/source/texk/web2c/alephdir/com16bit-rc2.ch
@@ -188,7 +188,7 @@ if ini_version then
@!engine_name=TEXMF_ENGINE_NAME; {the name of this engine}
@#
@!inf_main_memory = 2000000;
-@!sup_main_memory = 16000000;
+@!sup_main_memory = 32000000;
@!inf_trie_size = 80000;
@!sup_trie_size = ssup_trie_size;
@@ -212,7 +212,7 @@ if ini_version then
@!sup_param_size = 600;
@!inf_save_size = 600;
-@!sup_save_size = 40000;
+@!sup_save_size = 80000;
@!inf_stack_size = 200;
@!sup_stack_size = 3000;
diff --git a/Build/source/texk/web2c/omegadir/com16bit.ch b/Build/source/texk/web2c/omegadir/com16bit.ch
index 5f47b02eff1..7fb3802d882 100644
--- a/Build/source/texk/web2c/omegadir/com16bit.ch
+++ b/Build/source/texk/web2c/omegadir/com16bit.ch
@@ -188,7 +188,7 @@ if ini_version then
@!engine_name=TEXMF_ENGINE_NAME; {the name of this engine}
@#
@!inf_main_memory = 2000000;
-@!sup_main_memory = 16000000;
+@!sup_main_memory = 32000000;
@!inf_trie_size = 80000;
@!sup_trie_size = ssup_trie_size;
@@ -212,7 +212,7 @@ if ini_version then
@!sup_param_size = 600;
@!inf_save_size = 600;
-@!sup_save_size = 40000;
+@!sup_save_size = 80000;
@!inf_stack_size = 200;
@!sup_stack_size = 3000;