Web Server Tuning
Table 26: Web Server Tuning for Clusters
Parameter |
|
| Setting Used |
|
|
|
|
ThreadLimit |
|
| 25 |
|
|
|
|
ServerLimit |
|
| 180 |
|
|
|
|
StartServers |
|
| 2 |
|
|
|
|
MaxClients |
|
| 4500 |
|
|
|
|
MinSpareThreads |
|
| 25 |
|
|
|
|
MaxSpareThreads |
|
| 4500 |
|
|
|
|
ThreadsPerChild |
|
| 25 |
|
|
|
|
MaxRequestsPerChild |
|
| 0 |
|
|
|
|
Sample configuration: |
|
|
|
<IfModule worker.c> |
|
|
|
ThreadLimit | 25 |
|
|
ServerLimit | 180 |
| |
StartServers | 2 |
|
|
MaxClients | 4500 |
| |
MinSpareThreads | 25 |
| |
MaxSpareThreads | 4500 |
| |
ThreadsPerChild | 25 |
|
MaxRequestsPerChild 0 </IfModule>
4 8