summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tex.ch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-23 21:20:58 +0000
committerKarl Berry <karl@freefriends.org>2009-05-23 21:20:58 +0000
commit11fd956d11c76496876aba218c8112150bfb9dff (patch)
tree36ca5ffeb6b77d1a0f3f6737e1b2989d400355a3 /Build/source/texk/web2c/tex.ch
parent712bf24b4cdd8145cb46b96cd63b694607d7ff5c (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/tex.ch')
-rw-r--r--Build/source/texk/web2c/tex.ch2
1 files changed, 1 insertions, 1 deletions
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);