Commit f2367b22 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Increase stack-size for the benefit of i386

Fixes #1201
parent a3533dae
......@@ -21,7 +21,7 @@ server s1 {
txresp -bodylen 4074
} -start
varnish v1 -arg "-pfetch_chunksize=4k" -arg "-pgzip_level=0" -vcl+backend {
varnish v1 -arg "-pfetch_chunksize=4k" -arg "-pgzip_level=0" -arg "-pthread_pool_stack=131072" -vcl+backend {
sub vcl_fetch {
if (req.url ~ "/test") {
set beresp.do_esi = true;
......
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