"Robert S. Dubinski" <[EMAIL PROTECTED]> writes: > I can postprocess my source SGML to HTML using jade, no problem. And I can > process it with jade and wind up with a large (~14MB) .tex file. However, > when I try to run jadetex on the resulting file, I get messages like this: [..] > ! TeX capacity exceeded, sorry [main memory size=348001]. > > Ok, so I RTFM and begin tweaking /etc/texmf/texmf.cnf, enlarging variables > such as: extra_mem_bot, extra_mem_top, and extra_mem_bot.jadetex. This > helps, allowing the processing to proceed further. Unfortunately, continuing > to add eventually leads to a spot where we have an xmalloc segmentation fault: > > This is TeX, Version 3.14159 (Web2C 7.3.1) > fatal: memory exhausted (xmalloc of 112504008 bytes).
You need more memory -- try swap, or else turn on overcommit memory. Be sure /proc/sys/vm/overcommit_memory == 1 -- .....Adam Di [EMAIL PROTECTED]<URL:http://www.onShore.com/>

