MaxClients, Server Limits etc

Posted by Moe on Server Fault See other posts from Server Fault or by Moe
Published on 2011-02-18T00:27:24Z Indexed on 2011/02/18 7:27 UTC
Read the original article Hit count: 471

Filed under:
|

Hello,

I'm having some problems with my Server. It's getting quite a bit of traffic and is very slow, and sometimes inaccessible by my users.

Here are the server specs:

CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz  -  16 Processors
RAM: 2GB

The Values for the Apache Config are:

StartServers: 5
MaxSpareServers: 10
MinSpareServers: 5
MaxClients: 150
ServerLimit: 256
MaxRequestsPerChild: 1000
KeepAlive: On
KeepAliveTimeout: 5
MaxKeepAliveRequests: 100
TimeOut: 300

What would be optiminal values for a server of my configuration to support the maximum amount of users at a reasonable speed without killing the server!

Thank you.

© Server Fault or respective owner

Related posts about apache

Related posts about webserver