texlive[51606] Build/source/texk/web2c: reduce trie[c]_size again,
commits+karl at tug.org
commits+karl at tug.org
Thu Jul 11 00:06:01 CEST 2019
Revision: 51606
http://tug.org/svn/texlive?view=revision&revision=51606
Author: karl
Date: 2019-07-11 00:06:00 +0200 (Thu, 11 Jul 2019)
Log Message:
-----------
reduce trie[c]_size again, per jhielscher
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/patgen.ch
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2019-07-10 21:47:01 UTC (rev 51605)
+++ trunk/Build/source/texk/web2c/ChangeLog 2019-07-10 22:06:00 UTC (rev 51606)
@@ -1,3 +1,9 @@
+2019-07-10 Karl Berry <karl at freefriends.org>
+
+ * patgen.ch (trie_size),
+ (trie_size): reduce again to 76,000,000 and 38,000,000,
+ per Johannes Hielscher, 10 Jul 2019 00:00:03.
+
2019-06-26 Karl Berry <karl at freefriends.org>
* configure.ac (KPSE_ICU_FLAGS, KPSE_GRAPHITE2_FLAGS) [xetex],
Modified: trunk/Build/source/texk/web2c/patgen.ch
===================================================================
--- trunk/Build/source/texk/web2c/patgen.ch 2019-07-10 21:47:01 UTC (rev 51605)
+++ trunk/Build/source/texk/web2c/patgen.ch 2019-07-10 22:06:00 UTC (rev 51606)
@@ -72,14 +72,17 @@
@!text_char=ASCII_code; {the data type of characters in text files}
@z
- at 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.
+ at 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
More information about the tex-live-commits
mailing list