Commit e80e8923 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Force -w thread limits



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2990 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 20037b94
......@@ -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";
......
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