r3555 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Jan 28 14:50:47 CET 2009


Author: tfheen
Date: 2009-01-28 14:50:47 +0100 (Wed, 28 Jan 2009)
New Revision: 3555

Modified:
   branches/2.0/varnish-cache/bin/varnishd/varnishd.1
Log:
Merge r3407:

Correct defaults in varnishd.1

The defaults for thread_pool_min and thread_pools were wrong; fixed.



Modified: branches/2.0/varnish-cache/bin/varnishd/varnishd.1
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/varnishd.1	2009-01-28 12:22:58 UTC (rev 3554)
+++ branches/2.0/varnish-cache/bin/varnishd/varnishd.1	2009-01-28 13:50:47 UTC (rev 3555)
@@ -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



More information about the varnish-commit mailing list