summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/patgen.ch
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-10 22:06:00 +0000
committerKarl Berry <karl@freefriends.org>2019-07-10 22:06:00 +0000
commit569294c0fd59e3148fe712df70a93015f3d076d1 (patch)
treeb6134d4d410eddc590c799eea08dda42744109de /Build/source/texk/web2c/patgen.ch
parentabdca21b2d25a1df5ea62857ba070632d6fb040e (diff)
reduce trie[c]_size again, per jhielscher
git-svn-id: svn://tug.org/texlive/trunk@51606 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/patgen.ch')
-rw-r--r--Build/source/texk/web2c/patgen.ch9
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch
index 54add607d79..9bef3bab887 100644
--- a/Build/source/texk/web2c/patgen.ch
+++ b/Build/source/texk/web2c/patgen.ch
@@ -72,14 +72,17 @@ begin
@!text_char=ASCII_code; {the data type of characters in text files}
@z
-@x Maximum constant values from Keno Wehr, 17 May 2019 16:03:00 on tex-live.
+% Maximum constant values from Keno Wehr, 17 May 2019 16:03:00,
+% and then reduced due to failures on other machines, latest from
+% Johannes Hielscher, 10 Jul 2019 00:00:03.
+@x
@!trie_size=55000; {space for pattern trie}
@!triec_size=26000; {space for pattern count trie, must be less than
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@y
-@!trie_size=100000000; {max space for pattern trie}
-@!triec_size=50000000; {max space for pattern count trie, must be less than
+@!trie_size =76000000; {max space for pattern trie}
+@!triec_size=38000000; {max 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