diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 2 |
2 files changed, 8 insertions, 1 deletions
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 <karl@tug.org> + + * 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 <jonathan_kew@sil.org> * 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?} |