On Tue, 6 Aug 2002, Anthony E. wrote:
> I'm using apache 1.3.26 and mod_perl 1.27
>
> My apache processes seem to be taking up more and more
> system resources as time goes on.
>
> Can someone help me determine why my server load is
> going up?
Sounds like you are swapping memory.
[...]
> MaxKeepAliveRequests 100
> MinSpareServers 5
> MaxSpareServers 20
> StartServers 10
> MaxClients 200
That's way too high; something like 10 or 20 is probably plenty.
You want to setup a front end proxy.
http://perl.apache.org/docs/1.0/guide/scenario.html
http://develooper.com/modperl/
- ask
--
ask bjoern hansen, http://askbjoernhansen.com/ !try; do();
|