diff options
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/context.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web2c/context.cnf b/web2c/context.cnf index a263d680b..9865e9e63 100644 --- a/web2c/context.cnf +++ b/web2c/context.cnf @@ -156,9 +156,9 @@ extra_mem_bot.context = 2000000 extra_mem_top.context = 4000000 font_max.context = 2000 font_mem_size.context = 1000000 -hash_extra.context = 75000 +hash_extra.context = 100000 main_memory.context = 2000000 -max_strings.context = 250000 +max_strings.context = 300000 nest_size.context = 500 obj_tab_size.context = 300000 % 8388607 pdf_mem_size.context = 500000 % 524288 |