diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-18 22:53:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-18 22:53:32 +0000 |
commit | 1aafcc7c5cd26a8a124985408cd25df09076cbd6 (patch) | |
tree | 0d6d9a73d6f27862c3d4496edd558a0bafd272b4 /Build/source | |
parent | 6cdfdce69401ec6f30307cf61f861682619d8f7d (diff) |
swap/zram doc for larger arrays
git-svn-id: svn://tug.org/texlive/trunk@51671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/patgen.ch | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index bdb80f5f60a..d7413542915 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,7 +1,11 @@ +2019-07-19 Karl Berry <karl@tug.org> + + * patgen.ch: mention adding swap/zram to deal with larger tries. + 2019-07-10 Karl Berry <karl@freefriends.org> * patgen.ch (trie_size), - (trie_size): reduce again to 76,000,000 and 38,000,000, + (triec_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@freefriends.org> diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch index 9bef3bab887..8084d3b5516 100644 --- a/Build/source/texk/web2c/patgen.ch +++ b/Build/source/texk/web2c/patgen.ch @@ -74,7 +74,9 @@ begin % 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. +% Johannes Hielscher, 10 Jul 2019 00:00:03. If the values here are still +% too big, you can probably get it to work by adding swap or zram; or +% write a patch to allocate the arrays dynamically. @x @!trie_size=55000; {space for pattern trie} @!triec_size=26000; {space for pattern count trie, must be less than |