Commit 921a3518 authored by Nils Goroll's avatar Nils Goroll Committed by Tollef Fog Heen

need more room for temporary gzip space on stack

parent 6af42553
......@@ -16,7 +16,7 @@ server s1 {
}
} -start
varnish v1 -vcl+backend {
varnish v1 -arg "-p sess_workspace=131072 -p thread_pool_stack=262144" -vcl+backend {
sub vcl_recv {
set req.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