diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-20 23:07:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-20 23:07:44 +0000 |
commit | c36a728c9cc7f9ab6b7c4cd708a4eecd36dfd944 (patch) | |
tree | bc319b627bf2276f46775cb964aef2bc9046118e /Master/texmf/web2c | |
parent | e9830206bce72481ada3cb70515543b42a6052bb (diff) |
simplify context-related memory settings, per taco
(20 Nov 2006 12:16:38).
git-svn-id: svn://tug.org/texlive/trunk@2476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 36091431c20..024a1e1bbdd 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -501,11 +501,9 @@ main_memory = 1500000 % words of inimemory available; also applies to inimf&mp extra_mem_top = 0 % extra high memory for chars, tokens, etc. extra_mem_bot = 0 % extra low memory for boxes, glue, breakpoints, etc. -% ConTeXt is a memory hog... +% ConTeXt needs lots of memory. extra_mem_top.context = 2000000 extra_mem_bot.context = 4000000 -main_memory.context = 1500000 -main_memory.mpost = 1500000 % Words of font info for TeX (total size of all TFM files, approximately). % Must be >= 20000 and <= 4000000 (without tex.ch) changes. @@ -581,12 +579,6 @@ max_print_line = 79 % Part 4: extra format definitions for TeX Live -main_memory.mf = 800000 -main_memory.mpost = 1000000 -pool_size.mpost = 500000 -main_memory.metafun = 2500000 -pool_size.metafun = 1000000 - TEXINPUTS.elambda = .;$TEXMF/tex/{lambda,latex,generic,}// TEXINPUTS.eomega = .;$TEXMF/tex/{plain,generic,}// TEXINPUTS.pdfxmex = .;$TEXMF/tex/{mex,plain,generic,}// |