diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-01 22:43:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-01 22:43:45 +0000 |
commit | 27ffa2c899777e40ef4847dee2e1a88f14dc15d1 (patch) | |
tree | 782216904e824a6ffa87129add0a7708fa4b33ab /Build/source | |
parent | 395e9872c61d1ed24adb261c23fe7e4c8ab42e17 (diff) |
propagate sup_main_memory and sup_save_size tex.ch increases
git-svn-id: svn://tug.org/texlive/trunk@1642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/alephdir/com16bit-rc2.ch | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegadir/com16bit.ch | 4 |
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; |