summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-07-02 21:56:25 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-07-02 21:56:25 +0000
commit439fd9b6d05ac6783eb3b08b28b6fc795d3f77a1 (patch)
tree8f42a2cd1051a069c13f5393ffd7e28e9bd73204
parent06fe6b636a55c748ea4fe85fce22da644d4cdf68 (diff)
increased trie_size to load all patterns in TL
git-svn-id: svn://tug.org/texlive/trunk@9173 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
-rw-r--r--Master/texmf/web2c/texmf.cnf2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 5c71b07a869..69a66c4d219 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -583,7 +583,7 @@ buf_size = 200000
% for all known free hyphenation patterns to be loaded simultaneously
% (as TeX Live does).
%
-trie_size = 450000
+trie_size = 500000
hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767.
% http://primes.utm.edu/curios/page.php/8191.html
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 5c71b07a869..69a66c4d219 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -583,7 +583,7 @@ buf_size = 200000
% for all known free hyphenation patterns to be loaded simultaneously
% (as TeX Live does).
%
-trie_size = 450000
+trie_size = 500000
hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767.
% http://primes.utm.edu/curios/page.php/8191.html