diff options
Diffstat (limited to 'web2c/context.cnf')
-rw-r--r-- | web2c/context.cnf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web2c/context.cnf b/web2c/context.cnf index 6abc73960..4e9425b6f 100644 --- a/web2c/context.cnf +++ b/web2c/context.cnf @@ -166,9 +166,7 @@ hash_extra.context = 100000 main_memory.context = 2000000 max_strings.context = 300000 nest_size.context = 500 -obj_tab_size.context = 300000 pdf_mem_size.context = 500000 -dest_names_size.context = 300000 param_size.context = 10000 pool_free.context = 47500 pool_size.context = 2000000 @@ -178,6 +176,9 @@ string_vacancies.context = 125000 trie_size.context = 250000 hyph_size.context = 8191 % prime +obj_tab_size.context = 300000 % obsolete in 1.40+ +dest_names_size.context = 300000 % obsolete in 1.40+ + main_memory.mpost = 3000000 pool_size.mpost = 3000000 max_strings.mpost = 200000 |