On Jan 10, 2006, at 1:54 PM, Hans Hagen wrote:
did you remake the format after increasing the memory values?
This means texexec --make --all ? I did try the above, but the numbers in the log when running my file do not change. I can only imagine that there is another place to change the memory settings. In my context.cnf, the numbers are identical to yours below, although I did try to raise the font.mem.size.context as we've been discussing.
hz lets pdftex internally generate additional font instances
these are my texmf.cnf values
buf_size.context = 200000 % needed for omega bug extra_mem_bot.context = 2000000 extra_mem_top.context = 4000000 font_max.context = 2000 font_mem_size.context = 1000000 hash_extra.context = 75000 main_memory.context = 2000000 max_strings.context = 250000 nest_size.context = 500 obj_tab_size.context = 300000 % 8388607 pdf_mem_size.context = 500000 % 524288 dest_names_size.context = 300000 % 131072 param_size.context = 10000 pool_free.context = 47500 pool_size.context = 2000000 save_size.context = 50000 stack_size.context = 10000 string_vacancies.context = 125000 trie_size.context = 250000 hyph_size.context = 8191 % prime
(texmfstart --bin youreditor kpse:texmf.cnf)
Hans