summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/patgen.ch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-03 21:32:55 +0000
committerKarl Berry <karl@freefriends.org>2018-05-03 21:32:55 +0000
commitc82ea8ac8a90b1f556eb16bee53890b2cd40e23d (patch)
tree29228ac509e7cc20aa8d0d2f959cfaf8fd85a2f0 /Build/source/texk/web2c/patgen.ch
parent2c8c633224486dbb468071090fda552a19b1e49d (diff)
increase patgen trie sizes even more
git-svn-id: svn://tug.org/texlive/trunk@47604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/patgen.ch')
-rw-r--r--Build/source/texk/web2c/patgen.ch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch
index 3cbc6c6b9f6..600e8a8b568 100644
--- a/Build/source/texk/web2c/patgen.ch
+++ b/Build/source/texk/web2c/patgen.ch
@@ -78,8 +78,8 @@ begin
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@y
-@!trie_size =5500000; {space for pattern trie}
-@!triec_size=2600000; {space for pattern count trie, must be less than
+@!trie_size=10000000; {space for pattern trie}
+@!triec_size=5000000; {space for pattern count trie, must be less than
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@z