summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-09 22:09:53 +0000
committerKarl Berry <karl@freefriends.org>2006-07-09 22:09:53 +0000
commitde491c7e006241ed7f943d35e575131ef4d71b6e (patch)
treef505057cae341d9c054fd6ce3e17762ba8b64542
parenta8e832c98d4866efe1f10573edb04a0609ffec10 (diff)
double sup_font_mem_size again
git-svn-id: svn://tug.org/texlive/trunk@1789 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/ChangeLog7
-rw-r--r--Build/source/texk/web2c/tex.ch2
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?}