LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   MaxClients setting (https://www.linuxquestions.org/questions/linux-server-73/maxclients-setting-611082/)

lavinya 01-04-2008 06:53 AM

MaxClients setting
 
Hello.

My apache error_log says:
[Fri Jan 04 13:34:39 2008] [error] server reached MaxClients setting, consider raising the MaxClients setting
---


I have ;

4096 ram
P 6600 Core2Duo FS
2x250 GB SATAII
Centos 5.1 and plesk 8.3.0

---

Here httpd.conf

Timeout 60
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 4

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 10000
</IfModule>

----

How to optimization?
Please help me ..

trickykid 01-04-2008 10:57 AM

http://httpd.apache.org/docs/2.0/mod...tml#maxclients

lavinya 01-04-2008 02:08 PM

trickykid thanks for reply. But:
How to optimization?

I have ;

4096 ram
P 6600 Core2Duo FS
2x250 GB SATAII
Centos 5.1 and plesk 8.3.0

---

Here httpd.conf

Timeout 60
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 4

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 10000
</IfModule>


All times are GMT -5. The time now is 05:39 PM.