Apache config

I need help with my apache configuration. It is running on a fairly slow server (1GHz Xeon and 1GB RAM) and should be handling 4000 uniques / 20,000 page views a day. Anyway, there is a long lag in the initial request (2-10 seconds). The size of the apache task seems to grow to about 400MB in two days!!
Here is the config I am intersted in:

Timeout 300
KeepAlive On
MaxKeepAliveRequests 50
KeepAliveTimeout 15
MaxRequestsPerChild 50
ThreadsPerChild 10
MinSpareServers 5
MaxSpareServers 60
MaxClients 230

Any help much apreciated!

 

 

 

 

Top