From 4065c83d560e2675c0a32802e984c50a2fc5ca8d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 12 Aug 2009 21:40:14 +0000 Subject: typo in tex.ch; increase constants for Peter Abbott test doc git-svn-id: svn://tug.org/texlive/trunk@14629 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/texmf.cnf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Build/source/texk/kpathsea') diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 11858e1d85b..abaac2a7d47 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -610,11 +610,11 @@ font_mem_size = 3000000 font_max = 9000 % Extra space for the hash table of control sequences. -hash_extra = 50000 +hash_extra = 200000 % Max number of characters in all strings, including all error messages, % help texts, font names, control sequences. These values apply to TeX. -pool_size = 1250000 +pool_size = 3250000 % Minimum pool space after TeX's own strings; must be at least % 25000 less than pool_size, but doesn't need to be nearly that large. string_vacancies = 90000 @@ -650,10 +650,6 @@ ocp_buf_size = 500000 % character buffers for ocp filters. ocp_stack_size = 10000 % stacks for ocp computations. ocp_list_size = 1000 % control for multiple ocps. -% Parameter specific to MetaPost. -% Size of the hash table for control sequences, default 65536. -% hash_size.mpost = 65536 - % These work best if they are the same as the I/O buffer size, but it % doesn't matter much. Must be a multiple of 8. dvi_buf_size = 16384 % TeX -- cgit v1.2.3