[master] b5c9ba0 Be more aggressive in getting rid of threads and slower in adding threads, hopefully fixing c00002

Tollef Fog Heen tfheen at varnish-cache.org
Tue Aug 2 14:06:33 CEST 2011


commit b5c9ba0e7c087bede4506b948b78755682eeb373
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Aug 2 14:05:15 2011 +0200

    Be more aggressive in getting rid of threads and slower in adding threads, hopefully fixing c00002

diff --git a/bin/varnishtest/tests/c00002.vtc b/bin/varnishtest/tests/c00002.vtc
index 62eaf17..88862b3 100644
--- a/bin/varnishtest/tests/c00002.vtc
+++ b/bin/varnishtest/tests/c00002.vtc
@@ -5,7 +5,7 @@ server s1 {
 	txresp -hdr "Connection: close" -body "012345\n"
 } -start
 
-varnish v1 -arg "-p thread_pool_min=2 -p thread_pool_max=8 -p thread_pools=4 -p thread_pool_purge_delay=10" 
+varnish v1 -arg "-p thread_pool_min=2 -p thread_pool_max=8 -p thread_pools=4 -p thread_pool_purge_delay=100 -p thread_pool_timeout=1 -p thread_pool_add_delay=100"
 
 varnish v1 -vcl+backend {} -start
 



More information about the varnish-commit mailing list