IBM 6.1.X Computer Drive User Manual


 
48
WEBSPHERE PORTAL V6.1 TUNING GUIDE
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>