apache2.2 response problem
Posted
by
ffffff
on Server Fault
See other posts from Server Fault
or by ffffff
Published on 2011-02-08T06:33:21Z
Indexed on
2011/02/08
7:26 UTC
Read the original article
Hit count: 341
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?
© Server Fault or respective owner