"Andrew Knapp" <[EMAIL PROTECTED]> writes: > I've been looking at this more, and no combination of NFILES and > fs.file-max seem to fix the problem. When I run `varnishlog -i Debug` > along with the varnishd process, I get tons and tons of these: > > "Accept failed errno=24" > > Which is the same as the "Too many open files" error I believe.
add 'ulimit -a' to your init script, right before the line that actually starts varnishd, and send us the output. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
