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/sysctl.conf:
> 
> 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.

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.

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?

Reply via email to