Commit f21ff2f1 authored by Ingvar Hagelund's avatar Ingvar Hagelund

A stack size of 128k is too small for rhel6/ppc64. Upping to 256k.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5120 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5291f3e1
......@@ -9,7 +9,7 @@ server s1 {
txresp
} -start
varnish v1 -arg "-p thread_pool_stack=131072" -vcl+backend {} -start
varnish v1 -arg "-p thread_pool_stack=262144" -vcl+backend {} -start
client c1 {
txreq -url "/"
......
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