Commit 02bef7ac authored by Tollef Fog Heen's avatar Tollef Fog Heen

Correct defaults in varnishd.1

The defaults for thread_pool_min and thread_pools were wrong; fixed.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3407 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e8597bf4
...@@ -520,7 +520,7 @@ Higher values may allow ...@@ -520,7 +520,7 @@ Higher values may allow
.Nm .Nm
to respond faster to a sudden increase in traffic. to respond faster to a sudden increase in traffic.
.Pp .Pp
The default is 1. The default is 5.
.It Va thread_pools .It Va thread_pools
The number of worker thread pools. The number of worker thread pools.
Higher values reduce lock contention but increase pressure on the Higher values reduce lock contention but increase pressure on the
...@@ -528,7 +528,7 @@ scheduler. ...@@ -528,7 +528,7 @@ scheduler.
Note that a decrease of this parameter will only take effect after a Note that a decrease of this parameter will only take effect after a
restart. restart.
.Pp .Pp
The default is 1. The default is 2.
.It Va thread_pool_timeout .It Va thread_pool_timeout
The amount of time a worker thread can be idle before it is killed, The amount of time a worker thread can be idle before it is killed,
when the number of worker threads exceeds when the number of worker threads exceeds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment