From 569294c0fd59e3148fe712df70a93015f3d076d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Jul 2019 22:06:00 +0000 Subject: reduce trie[c]_size again, per jhielscher git-svn-id: svn://tug.org/texlive/trunk@51606 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 6 ++++++ Build/source/texk/web2c/patgen.ch | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 647845d18c0..bdb80f5f60a 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,9 @@ +2019-07-10 Karl Berry + + * 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 * configure.ac (KPSE_ICU_FLAGS, KPSE_GRAPHITE2_FLAGS) [xetex], 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 -- cgit v1.2.3