Bug#421557: apache2: memory leak addendum
On Mittwoch, 27. Juni 2007, Colin Wetherbee wrote:
> > As a workaround, you might want to look at MaxRequestsPerChild > > and/or MaxChilds > > These are my current settings: > >    StartServers      3 >    MinSpareServers    3 >    MaxSpareServers    7 >    MaxClients      75 >    MaxRequestsPerChild  0
Try setting MaxRequestsPerChild to 1000, causing each apache process
to be restartet after 1000 requests (the 0 in your settings means
unlimited). If that doesn't help, you may want to try 250 or 100.
This will reduce your performance, but it is probably still better
than the memory leak.
Cheers,
Stefan
--
To UNSUBSCRIBE, email to debian-apache-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Wed Jun 27 17:55:14 2007
This archive was generated by hypermail 2.1.8
: Wed Jun 27 2007 - 18:00:02 EDT
|