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

Increase the 'client_workspace' for 32bit machines to be twice the

size of the 'http_req_size' so that we don't run out of WS in case
of client pipelining.

Fixes	#1185
parent 650b13ed
......@@ -385,7 +385,7 @@ main(int argc, char * const *argv)
* Adjust default parameters for 32 bit systems to conserve
* VM space.
*/
MCF_ParamSet(cli, "workspace_client", "16k");
MCF_ParamSet(cli, "workspace_client", "24k");
cli_check(cli);
MCF_ParamSet(cli, "workspace_backend", "16k");
......
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