[ic] mod_interchange and Apache MaxClients

Peter peter at pajamian.dhs.org
Mon Nov 14 19:24:49 EST 2005


On 11/14/2005 03:52 PM, John1 wrote:
> I am running Apache with mod_interchange 1.32, with the following 
> httpd.conf entries:
> 
> StartServers  5
> MinSpareServers  5
> MaxSpareServers  10
> MaxClients  150
> MaxRequestsPerChild 10000

Try dropping MaxRequestsPerChild down to 100 or even 50 so that they get 
dropped and restarted before they get too bloated.  These are my settings:

PreFork             Yes
StartServers        5
MaxServers          0
MaxRequestsPerChild 50
HouseKeeping        2
PIDcheck            120

Peter


More information about the interchange-users mailing list