[3.0] 5e46b7c Bump minimum number of threads for RPMs

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:33 CEST 2012


commit 5e46b7c0f5b27a72ad3aec8ba1c6329fa4f8c362
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Oct 3 11:15:19 2011 +0200

    Bump minimum number of threads for RPMs
    
    1 thread is a bit on the low side, make the default on RPM based
    distros 50.

diff --git a/redhat/varnish.sysconfig b/redhat/varnish.sysconfig
index 8ab3c22..d88712f 100644
--- a/redhat/varnish.sysconfig
+++ b/redhat/varnish.sysconfig
@@ -70,7 +70,7 @@ VARNISH_ADMIN_LISTEN_PORT=6082
 VARNISH_SECRET_FILE=/etc/varnish/secret
 #
 # # The minimum number of worker threads to start
-VARNISH_MIN_THREADS=1
+VARNISH_MIN_THREADS=50
 #
 # # The Maximum number of worker threads to start
 VARNISH_MAX_THREADS=1000



More information about the varnish-commit mailing list