[3.0] 85a7216 Be more aggressive in getting rid of threads and slower in adding threads, hopefully fixing c00002

Tollef Fog Heen tfheen at varnish-cache.org
Wed Aug 17 11:26:12 CEST 2011


commit 85a7216c1460c1c4c3e7b5374c5ec13afa6236a8
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