Thomas A. Schmitz wrote:
Hi,
for my presentations, I have a graphical counter on every slide, so metapost has to write a graphic for every slide/page that ConTeXt produces. This works with mkii, but when I process my file in mkiv, I get this error after page 16:
report >> error: 15 output files written: .. Transcript written on mpout.log.
Memory size overflow! [15.15] report >> error: no-term no-error report >> error: no-term no-error report >> error: no-term no-error report >> error: no-term no-error report >> error: no-term no-error [16.16] report >> error: no-term no-error report >> error: no-term no-error report >> error: no-term no-error report >> error: no-term no-error report >> error: no-term no-error [17.17]
Is there any way that I can influence the memory size? 15 doesn't seem like a whole lot...
hm, maybe something messy with the graphic ... i allocate 2MB of memory for metafun so ... anyhow, \appendtoks\ctxlua{metapost.reset("metafun")}\to\everyshipout or so, may help, although it's better to see what's the real reason does texexec --pdftex --automp yourfile.tex run ok? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------