On 17 nov. 2011, at 10:15, Andreas Plesner Jacobsen wrote: > what does "cat /proc/`pidof -s varnishd`/limits" have to say?
Max processes 1024 123864 processes That was the hint was looking for. With the extra command "ulimit -u 4096" in /etc/rc.d/init.d/varnish it works. Varnish should now be able to handle 4000+ simultaneous connections. Thank you, Arjen _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
