Tuning varnish for high load

Dag-Erling Smørgrav des at linpro.no
Sat Mar 8 11:35:35 CET 2008


"Poul-Henning Kamp" <phk at phk.freebsd.dk> writes:
> Do notice, that if you have a high hit ratio under high traffic,
> adding more thread pools is recommended to lower the mutex
> congestion.

This is as good an occasion as any to mention that these parameters are
poorly named; thread_pool_{min,max} are the minimum and maximum *total*
number of threads, while thread_pools is the number of pools.  The
actual minimum and maximum number of threads *per pool* is
thread_pool_{min,max} / thread_pools.

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no



More information about the varnish-misc mailing list