Hi there,

On Wed, 3 Apr 2002, Mike V. Andreev wrote:

> files limit problem.
> 
> httpd.conf:
> KeepAlive On
> MaxKeepAliveRequests 100
> KeepAliveTimeout 15
> MinSpareServers 5
> MaxSpareServers 10
> StartServers 5
> MaxRequestsPerChild 0

MaxClients?

> What kind of diagnostics can be done to find out what causes the problem?

http://perl.apache.org/guide has a lot of useful pointers.

I'd suggest setting MaxRequestsPerChild to a low value (I generally
use something in the range of 50-100 but Perrin will tell you that's
*very* low... :) to avoid leak problems.

73,
Ged.

Reply via email to