Commit a644d762 authored by Tollef Fog Heen's avatar Tollef Fog Heen

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


git-svn-id: http://www.varnish-cache.org/svn/branches/2.1@5330 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b3b753fb
......@@ -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