diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-04 21:25:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-04 21:25:41 +0000 |
commit | 0f00d0b5b4bf5ae70f81a6d753dec074f04fcd9b (patch) | |
tree | 8791f2ff61974d9049f5fbdfe451943779397d70 /Build | |
parent | 0224d91b69a018deeb4af903303bfc3975363ef1 (diff) |
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
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 3 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 |
2 files changed, 4 insertions, 1 deletions
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 <karl@tug.org> + * 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 |