Commit c3d2f622 authored by Geoff Simmons's avatar Geoff Simmons

Minor doc fix

parent eec1a6d2
...@@ -591,10 +591,10 @@ by the varnishd parameters ``thread_pools``, ``thread_pool_min`` and ...@@ -591,10 +591,10 @@ by the varnishd parameters ``thread_pools``, ``thread_pool_min`` and
``thread_pool_max``; this in turn affects how much secure memory will ``thread_pool_max``; this in turn affects how much secure memory will
need to be available for each object in each thread. ``thread_pools`` need to be available for each object in each thread. ``thread_pools``
determines how many thread pools there are, and for each pool, at determines how many thread pools there are, and for each pool, at
least ``thread_pool_min`` will always be started. More threads may be least ``thread_pool_min`` threads will always be started. More threads
started to respond to increasing load, up to the maximum given by may be started to respond to increasing load, up to the maximum given
``thread_pool_max`` for each thread. As load decreases (that is, when by ``thread_pool_max`` for each thread. As load decreases (that is,
threads become idle for time given by ``thread_pool_timeout``), when threads become idle for time given by ``thread_pool_timeout``),
threads will be stopped until the minimum ``thread_pool_min`` is threads will be stopped until the minimum ``thread_pool_min`` is
reached. reached.
......
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