diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-23 15:46:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-23 15:46:33 +0000 |
commit | 22780f70b0a868b2b458fa5177c8100498b4d2b2 (patch) | |
tree | 080f251c04b61d8c370432c8067002186955ff16 /Build/source/texk/kpathsea/texmf.cnf | |
parent | 2a08f5f488ae9ed06fa49478c2c386a7813f1228 (diff) |
bibtex: more dynamic memory allocation
git-svn-id: svn://tug.org/texlive/trunk@17536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/texmf.cnf')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index fc00fb78ae4..26f9d67dbc5 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -688,7 +688,9 @@ max_print_line = 79 screen_width.mf = 1664 screen_depth.mf = 1200 -% BibTeX only (also used for hash_size and hash_prime). +% BibTeX only (max_strings also determines hash_size and hash_prime). +ent_str_size = 250 +glob_str_size = 5000 max_strings.bibtex = 35307 max_strings.bibtex8 = 35307 max_strings.bibtexu = 35307 |