Mailing List Archive

r3407 - trunk/varnish-cache/bin/varnishd
Author: tfheen
Date: 2008-11-19 17:26:16 +0100 (Wed, 19 Nov 2008)
New Revision: 3407

Modified:
trunk/varnish-cache/bin/varnishd/varnishd.1
Log:
Correct defaults in varnishd.1

The defaults for thread_pool_min and thread_pools were wrong; fixed.


Modified: trunk/varnish-cache/bin/varnishd/varnishd.1
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.1 2008-11-19 14:13:57 UTC (rev 3406)
+++ trunk/varnish-cache/bin/varnishd/varnishd.1 2008-11-19 16:26:16 UTC (rev 3407)
@@ -520,7 +520,7 @@
.Nm
to respond faster to a sudden increase in traffic.
.Pp
-The default is 1.
+The default is 5.
.It Va thread_pools
The number of worker thread pools.
Higher values reduce lock contention but increase pressure on the
@@ -528,7 +528,7 @@
Note that a decrease of this parameter will only take effect after a
restart.
.Pp
-The default is 1.
+The default is 2.
.It Va thread_pool_timeout
The amount of time a worker thread can be idle before it is killed,
when the number of worker threads exceeds