[master] f2367b2 Increase stack-size for the benefit of i386

Poul-Henning Kamp phk at varnish-cache.org
Mon Oct 29 22:04:14 CET 2012


commit f2367b221d99babf54ad8e565afeaf3ef107c40f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 29 21:03:38 2012 +0000

    Increase stack-size for the benefit of i386
    
    Fixes #1201

diff --git a/bin/varnishtest/tests/r01109.vtc b/bin/varnishtest/tests/r01109.vtc
index 50f0a0e..e6b43e8 100644
--- a/bin/varnishtest/tests/r01109.vtc
+++ b/bin/varnishtest/tests/r01109.vtc
@@ -21,7 +21,7 @@ server s1 {
 	txresp -bodylen 4074
 } -start
 
-varnish v1 -arg "-pfetch_chunksize=4k" -arg "-pgzip_level=0" -vcl+backend {
+varnish v1 -arg "-pfetch_chunksize=4k" -arg "-pgzip_level=0" -arg "-pthread_pool_stack=131072" -vcl+backend {
 	sub vcl_fetch {
 		if (req.url ~ "/test") {
 			set beresp.do_esi = true;



More information about the varnish-commit mailing list