From: phk Date: Tue, 22 Jul 2008 09:59:41 +0000 (+0000) Subject: Force -w thread limits X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb861d0df5b7e0b8d6225354a67e6137833a4349;p=varnish Force -w thread limits git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2990 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/v00006.vtc b/varnish-cache/bin/varnishtest/tests/v00006.vtc index 60d4310a..033bf0ba 100644 --- a/varnish-cache/bin/varnishtest/tests/v00006.vtc +++ b/varnish-cache/bin/varnishtest/tests/v00006.vtc @@ -10,7 +10,7 @@ server s1 -listen 127.0.0.1:9080 { } -start # Only one pool, to avoid getting more than one work thread -varnish v1 -arg "-p thread_pools=1" -vcl { +varnish v1 -arg "-p thread_pools=1 -w1,1,300" -vcl { backend b1 { .host = "localhost"; .port = "9080";