From: ingvar Date: Wed, 8 Nov 2006 09:03:40 +0000 (+0000) Subject: Removed the usage of -w in the initscript until that bug is fixed in varnishd X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f801f66085d5742a5619cc3abbf71ded57dd016d;p=varnish Removed the usage of -w in the initscript until that bug is fixed in varnishd git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1222 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/redhat/varnish.initrc b/varnish-cache/redhat/varnish.initrc index a99dac1a..ad6458eb 100755 --- a/varnish-cache/redhat/varnish.initrc +++ b/varnish-cache/redhat/varnish.initrc @@ -21,9 +21,11 @@ DAEMON_OPTS="-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_LISTEN_PORT} \ -f ${VARNISH_VCL_CONF} \ -T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT} \ -t ${VARNISH_TTL} \ - -w ${VARNISH_MIN_WORKER_THREADS},${VARNISH_MAX_WORKER_THREADS},${VARNISH_WORKER_THREAD_TIMEOUT} \ -s ${VARNISH_BACKEND_STORAGE}" +# Note: The set of working threads is temporary broken in varnish-1.0.2. +# This will be fixed in an upcoming release +# -w ${VARNISH_MIN_WORKER_THREADS},${VARNISH_MAX_WORKER_THREADS},${VARNISH_WORKER_THREAD_TIMEOUT} \ mkdir -p /var/run/varnish 2>/dev/null diff --git a/varnish-cache/redhat/varnish.sysconfig b/varnish-cache/redhat/varnish.sysconfig index a6cc7005..d344d94d 100644 --- a/varnish-cache/redhat/varnish.sysconfig +++ b/varnish-cache/redhat/varnish.sysconfig @@ -20,6 +20,9 @@ VARNISH_LISTEN_PORT=6081 VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1 VARNISH_ADMIN_LISTEN_PORT=6082 +# Note: The working set of threads is temporary broken in +# varnish-1.0.2. The following 3 entries will not be used. +# This will be fixed in an upcoming release # The minimum number of threads to start VARNISH_MIN_WORKER_THREADS=1