>From 6a77525a777b18eab821c9be27b0a0c43412484b Mon Sep 17 00:00:00 2001
From: Nils Goroll <[email protected]>
Date: Wed, 2 Feb 2011 17:15:54 +0100
Subject: [PATCH] need more room for temporary gzip space on stack

---
 bin/varnishtest/tests/e00022.vtc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/varnishtest/tests/e00022.vtc b/bin/varnishtest/tests/e00022.vtc
index 871b2c0..9d06f1c 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;
        }
-- 
1.5.6.5

_______________________________________________
varnish-dev mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to