Hans, is this what you're referring to? kdebug:hash_lookup(main_memory.context) => 3000000 % Keep total within 8000000 limit 3000000 % Keep total within 8000000 limit kdebug:variable: main_memory = 3000000 % Keep total within 8000000 limit kdebug:hash_lookup(font_mem_size.context) => 3000000 kdebug:variable: font_mem_size = 3000000 kdebug:hash_lookup(font_max.context) => (nil) kdebug:hash_lookup(font_max) => 2000 kdebug:variable: font_max = 2000 If so, the increases I've made are evident here. . . but not when I run texexec? On Jan 17, 2006, at 2:36 PM, Hans Hagen wrote:
David Wooten wrote:
At this point I would very much like to be embarrassed by a simple, too-obvious pointer ;)
how about generating a plain tex format using
pdfetex --ini
and enabling the kpse debug options? Then you can see what is used:
pdfetex --kpathsea-debug=65535 --ini --progname=context plain
Hans