[master] 921a351 need more room for temporary gzip space on stack

Tollef Fog Heen tfheen at varnish-cache.org
Thu Feb 3 09:27:31 CET 2011


commit 921a35183de4d295823d82c8c5ee2800b446d089
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Feb 2 17:15:54 2011 +0100

    need more room for temporary gzip space on stack

diff --git a/bin/varnishtest/tests/e00022.vtc b/bin/varnishtest/tests/e00022.vtc
index 871b2c0..fb11da3 100644
--- a/bin/varnishtest/tests/e00022.vtc
+++ b/bin/varnishtest/tests/e00022.vtc
@@ -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;
 	}



More information about the varnish-commit mailing list