From a765a4a7aca7c2c95b9edfa630f3d3e4d2244f5d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 3 Aug 2016 23:15:49 +0000 Subject: (max_strings.bibtex*): increase to 100,000 git-svn-id: svn://tug.org/texlive/trunk@41795 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 6 ++++++ Build/source/texk/kpathsea/texmf.cnf | 8 ++++---- Master/texmf-dist/web2c/texmf.cnf | 8 ++++---- 3 files changed, 14 insertions(+), 8 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 + + * 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 * 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 diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index 5ad28fbe9d6..70d4ca08454 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/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 -- cgit v1.2.3