texlive[51201] Build/source/texk/web2c: trie_size reduce again to
commits+karl at tug.org
commits+karl at tug.org
Thu May 23 22:41:37 CEST 2019
Revision: 51201
http://tug.org/svn/texlive?view=revision&revision=51201
Author: karl
Date: 2019-05-23 22:41:37 +0200 (Thu, 23 May 2019)
Log Message:
-----------
trie_size reduce again to avoid netbsd link overflow
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-05-22 23:38:35 UTC (rev 51200)
+++ trunk/Build/source/texk/web2c/ChangeLog 2019-05-23 20:41:37 UTC (rev 51201)
@@ -1,3 +1,9 @@
+2019-05-23 Karl Berry <karl at tug.org>
+
+ * patgen.ch (trie_size),
+ (triec_size): reduce to 100000000/50000000 to avoid
+ the same linking problems on netbsd. We'll see.
+
2019-05-18 Karl Berry <karl at freefriends.org>
* patgen.ch (trie_size),
Modified: trunk/Build/source/texk/web2c/patgen.ch
===================================================================
--- trunk/Build/source/texk/web2c/patgen.ch 2019-05-22 23:38:35 UTC (rev 51200)
+++ trunk/Build/source/texk/web2c/patgen.ch 2019-05-23 20:41:37 UTC (rev 51201)
@@ -78,8 +78,8 @@
|trie_size| and greater than the number of occurrences of any pattern in
the dictionary}
@y
-@!trie_size=110021182; {max space for pattern trie}
-@!triec_size=54677566; {max space for pattern count trie, must be less than
+@!trie_size=100000000; {max space for pattern trie}
+@!triec_size=50000000; {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