summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-03 23:15:49 +0000
committerKarl Berry <karl@freefriends.org>2016-08-03 23:15:49 +0000
commita765a4a7aca7c2c95b9edfa630f3d3e4d2244f5d (patch)
treecd555e212687f5b62a36327ec1b0fba9afceb628 /Build
parentbc50173950b335c2c5d37265a5ca88ae31acb497 (diff)
(max_strings.bibtex*): increase to 100,000
git-svn-id: svn://tug.org/texlive/trunk@41795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf8
2 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 235a947f2e9..28d3f05d360 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2016-08-04 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (max_strings.bibtex, et al.): increase to 100,000
+ per report from Michael Perryman,
+ http://tug.org/pipermail/tex-live/2016-July/039109.html.
+
2016-07-01 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* knj.c, knj.h: Avoid compiler warnings.
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 5ad28fbe9d6..70d4ca08454 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -778,10 +778,10 @@ screen_depth.mf = 1200
% BibTeX only (max_strings also determines hash_size and hash_prime).
ent_str_size = 250
glob_str_size = 20000
-max_strings.bibtex = 35307
-max_strings.bibtex8 = 35307
-max_strings.bibtexu = 35307
-max_strings.pbibtex = 35307
+max_strings.bibtex = 100000
+max_strings.bibtex8 = 100000
+max_strings.bibtexu = 100000
+max_strings.pbibtex = 100000
% GFtype only.
line_length.gftype = 500