apache2.2 response problem
- by ffffff
We have some heavy file (about 100k).
sometime response time is very slow (100s)..
why ?
I'm a poor server administrator.
so could you help me?
information is following:
httpd one process has 10MB
RAM is 4G
<IfModule mpm_prefork_module>
StartServers 300
MinSpareServers 10
MaxSpareServers 300
ServerLimit 1000
MaxClients 1000
MaxRequestsPerChild 9999
</IfModule>
What is the best configurations?
MaxClients are too many?