diff options
author | Hans Hagen <pragma@wxs.nl> | 2006-12-27 11:34:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2006-12-27 11:34:00 +0100 |
commit | fd24aade07671dbdb72b393d6bd570a62eeab39f (patch) | |
tree | 9ff9d9b557e4f900b171d18d15504255771563b2 /web2c | |
parent | aaa81926862a554f3e9010dba94bfe21741e3fe9 (diff) | |
download | context-fd24aade07671dbdb72b393d6bd570a62eeab39f.tar.gz |
stable 2006.12.27 11:34
Diffstat (limited to 'web2c')
-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 |