From 95135f291c0f1b55cab33e55160d50d0f153587c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 14 Feb 2008 17:11:18 +0000 Subject: increase to font_max and max_font_max to 5000, font_mem_size to 3,000,000 (tex-live 13 Feb 2008 10:00:35) git-svn-id: svn://tug.org/texlive/trunk@6627 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/texmf.in | 6 +++--- Build/source/texk/web2c/ChangeLog | 5 +++++ Build/source/texk/web2c/tex.ch | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 84cc1e98341..ca0f8dffb3e 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2008-02-14 Karl Berry + + * texmf.in (font_mem_size): increase to 3000000. + (font_max): increase to 5000 (max_font_max increased in tex.ch). + 2008-02-11 Karl Berry * install.texi: mention mktexfmt, other mktex updates. diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index e7ed94f4e8e..04f813645d7 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -546,10 +546,10 @@ extra_mem_bot.context = 4000000 % Words of font info for TeX (total size of all TFM files, approximately). % Must be >= 20000 and <= 4000000 (without tex.ch changes). -font_mem_size = 2500000 +font_mem_size = 3000000 -% Total number of fonts. Must be >= 50 and <= 2000 (without tex.ch changes). -font_max = 2000 +% Total number of fonts. Must be >= 50 and <= 5000 (without tex.ch changes). +font_max = 5000 % Extra space for the hash table of control sequences (which allows 10K % names as distributed). diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index c68c0328d31..ebb450f313d 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2008-02-14 Karl Berry + + * tex.ch (max_font_max): increase to 5000. + Taco mail to tex-live, 13 Feb 2008 10:00:35. + 2008-02-11 Karl Berry * tex.ch (make_name_string): avoid clobbering globals via diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index 44fd493209c..a599963ec8f 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -208,7 +208,7 @@ versions of the program. @d ssup_hyph_size == 65535 {Changing this requires changing (un)dumping!} @d iinf_hyphen_size == 610 {Must be not less than |hyph_prime|!} -@d max_font_max=2000 {maximum number of internal fonts; this can be +@d max_font_max=5000 {maximum number of internal fonts; this can be increased, but |hash_size+max_font_max| should not exceed 29000.} @d font_base=0 {smallest internal font number; must be -- cgit v1.2.3