[master] 16e1ea32b lower footprint of v3.vtc

Nils Goroll nils.goroll at uplex.de
Fri Dec 11 16:43:07 UTC 2020


commit 16e1ea32b774f8a04222330553eb826d31883cac
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Dec 11 17:02:35 2020 +0100

    lower footprint of v3.vtc
    
    it does not need many worker threads and runs for >30s. This helps being
    able to run this test with more concurrency to test #3362

diff --git a/bin/varnishtest/tests/v00003.vtc b/bin/varnishtest/tests/v00003.vtc
index 4a8d15898..21fa9607e 100644
--- a/bin/varnishtest/tests/v00003.vtc
+++ b/bin/varnishtest/tests/v00003.vtc
@@ -7,7 +7,10 @@ server s1 -repeat 20 {
 } -start
 
 # The debug vmod logs temperature vcl events
-varnish v1 -arg "-p vcl_cooldown=1" -vcl {
+varnish v1 -arg "-p vcl_cooldown=1" \
+	   -arg "-p thread_pool_min=5" \
+	   -arg "-p thread_pool_max=5" \
+	   -vcl {
 	import debug;
 	backend default {
 		.host = "${s1_addr}";


More information about the varnish-commit mailing list