[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: