diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-23 21:20:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-23 21:20:58 +0000 |
commit | 11fd956d11c76496876aba218c8112150bfb9dff (patch) | |
tree | 36ca5ffeb6b77d1a0f3f6737e1b2989d400355a3 /Build/source/texk/web2c | |
parent | 712bf24b4cdd8145cb46b96cd63b694607d7ff5c (diff) |
increase pool_size to 200,000 so pdftex -ini can start up without texmf.cnf
git-svn-id: svn://tug.org/texlive/trunk@13432 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 19b96717037..638fb42bfd0 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2009-05-23 Karl Berry <karl@tug.org> + + * tex.ch (pool_size): increase default to 200000, so pdftex -ini + can start up without texmf.cnf. From Thanh. + 2009-05-19 Karl Berry <karl@tug.org> * tex.ch (max_font_max): increase to 9000. diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index 9a8f9612ce6..35177021bef 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -4625,7 +4625,7 @@ begin @!{|start_here|} {increase high mem in \.{VIRTEX}} setup_bound_var (0)('extra_mem_bot')(extra_mem_bot); {increase low mem in \.{VIRTEX}} - setup_bound_var (100000)('pool_size')(pool_size); + setup_bound_var (200000)('pool_size')(pool_size); setup_bound_var (75000)('string_vacancies')(string_vacancies); setup_bound_var (5000)('pool_free')(pool_free); {min pool avail after fmt} setup_bound_var (15000)('max_strings')(max_strings); |