From 0f00d0b5b4bf5ae70f81a6d753dec074f04fcd9b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Jul 2008 21:25:41 +0000 Subject: increase max_strings to 500000, ctt posting http://groups.google.com/group/comp.text.tex/browse_thread/thread/2c3aa2d09b4625e3 git-svn-id: svn://tug.org/texlive/trunk@9251 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 3 +++ Build/source/texk/kpathsea/texmf.cnf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index bc379aa92d1..a703945e671 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,5 +1,8 @@ 2008-07-04 Karl Berry + * texmf.cnf (max_strings): increase to 500000. + ctt posting from Benno Puetz, http://groups.google.com/group/comp.text.tex/browse_thread/thread/2c3aa2d09b4625e3 + * progname.c [HAVE_PROGRAM_INVOCATION_NAME]: remove all #ifdef's except around the declaration, so that we always use our own code to compute them. This avoids painful system dependencies. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index eea193d9f7b..b3ec4fe9e26 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -568,7 +568,7 @@ pool_size = 1250000 % 25000 less than pool_size, but doesn't need to be nearly that large. string_vacancies = 90000 % Maximum number of strings. -max_strings = 100000 +max_strings = 500000 % min pool space left after loading .fmt pool_free = 47500 -- cgit v1.2.3