Commit 1c7c4005 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Also reduce worker thread workspace size for 32bit systems now that

it has its own parameter.
parent e5e43bd2
......@@ -418,6 +418,9 @@ main(int argc, char * const *argv)
MCF_ParamSet(cli, "sess_workspace", "16384");
cli_check(cli);
MCF_ParamSet(cli, "thread_pool_workspace", "16384");
cli_check(cli);
MCF_ParamSet(cli, "thread_pool_stack", "32bit");
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