Commit 5a3808be authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Tweak the 32bit mode parameters: We need more stack and cannot use

all of it for gzip buffers.
parent be21c60c
......@@ -418,7 +418,10 @@ main(int argc, char * const *argv)
MCF_ParamSet(cli, "sess_workspace", "16384");
cli_check(cli);
MCF_ParamSet(cli, "thread_pool_stack", "32");
MCF_ParamSet(cli, "thread_pool_stack", "65536");
cli_check(cli);
MCF_ParamSet(cli, "gzip_stack_buffer", "4096");
cli_check(cli);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment