From de491c7e006241ed7f943d35e575131ef4d71b6e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Jul 2006 22:09:53 +0000 Subject: double sup_font_mem_size again git-svn-id: svn://tug.org/texlive/trunk@1789 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 7 +++++++ Build/source/texk/web2c/tex.ch | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index c3f95eddda3..2fcf3566702 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,10 @@ +2006-07-10 Karl Berry + + * tex.ch (sup_font_mem_size): double again, to 4000000. + (actually, it seems we could set all the sup_* to the absolute + maximums from TeX's architecture, since texmf.cnf determines what + is allocated. A patch for that would be welcome. :) + 2006-06-20 Jonathan Kew * texmfmem.h, texmfmp.h, texmfmp-help.h, lib/texmfmp.c: Added diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index ee9993038c5..451ae836e7c 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -265,7 +265,7 @@ versions of the program. @!sup_dvi_buf_size = 65536; @!inf_font_mem_size = 20000; -@!sup_font_mem_size = 2000000; +@!sup_font_mem_size = 4000000; @!sup_font_max = max_font_max; @!inf_font_max = 50; {could be smaller, but why?} -- cgit v1.2.3