In message <[EMAIL PROTECTED]>, "Paras Fadte" writes: >Hi Poul, > >Thanks for the response. So "thread_pools" parameter should be >increased or the "thread_pool_max" or both should be increased ? > >Currently I have "thread_pools" as 4 and "thread_pool_max" as 750
You should only increase thread_pools if you have performance problems due to lock-contention. You should only increas thread_pool_max if you regularly have bursts of dropped sessions. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
