summaryrefslogtreecommitdiff
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
parent2c8c633224486dbb468071090fda552a19b1e49d (diff)
increase patgen trie sizes even more
git-svn-id: svn://tug.org/texlive/trunk@47604 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/ChangeLog6
-rw-r--r--Build/source/texk/web2c/patgen.ch4
2 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 017105e6834..84abe39fcd0 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,8 +1,8 @@
2018-05-03 Karl Berry <karl@freefriends.org>
- * patgen.ch (trie_size, triec_size): increase one order of
- magnitude, to 5500000 and 2600000. Request/patch from Werner Lemberg,
- 27 Apr 2018 07:51:29.
+ * patgen.ch (trie_size, triec_size): increase greatly.
+ Request/patch from Werner Lemberg, 27 Apr 2018 07:51:29,
+ 03 May 2018 13:49:02.
2018-04-14 Karl Berry <karl@tug.org>
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