Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Damien Miller
On Thu, 8 Sep 2005, Jeff Ross wrote: This morning httpd was failing to deliver files because of a "too many open files" error. I'd previously bumped kern.maxfiles from the default 1772 to 2048 and kern.maxvnodes from its default 1310 to 2048, so this morning I doubled them both to 4096. You p

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Adam
On Thu, 08 Sep 2005 15:05:11 -0600 "Jeff Ross" <[EMAIL PROTECTED]> wrote: > I posted the following message to misc@ last May 31 but got no > replies. The problem has gotten worse, even though I've now raised > > kern.maxfiles=16384 > kern.maxvnodes=16384. Don't forget to make sure your login.con

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Darrin Chandler
fd leak in apache? on one of our reverse proxies we have MaxKeepAliveRequests and MaxRequestsPerChild set so as to make it difficult to leak. This made our proxy go from running out of 4000 fds in a day to averaging about 120 fds in use. From what I've seen it's usually MaxRequestsPerChild t

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Chris Kuethe
On 9/8/05, Jeff Ross <[EMAIL PROTECTED]> wrote: > I posted the following message to misc@ last May 31 but got no replies. > The problem has gotten worse, even though I've now raised > > kern.maxfiles=16384 > kern.maxvnodes=16384. > > Here is the original message, with a current dmesg and /etc/sys

Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Jeff Ross
I posted the following message to misc@ last May 31 but got no replies. The problem has gotten worse, even though I've now raised kern.maxfiles=16384 kern.maxvnodes=16384. Here is the original message, with a current dmesg and /etc/sysctl.conf: Hi all, This morning httpd was failing to deliver

Guidelines for kern.maxfiles and kern.maxvnodes...

2005-06-01 Thread Jeff Ross
Hi all, This morning httpd was failing to deliver files because of a "too many open files" error. I'd previously bumped kern.maxfiles from the default 1772 to 2048 and kern.maxvnodes from its default 1310 to 2048, so this morning I doubled them both to 4096. But I'm just plucking these numbers