Have 2 Apache IBM HTTP servers with the following settings
ThreadLimit 150
ServerLimit 8
MaxClients 1200
ThreadsPerChild 150
The server has 8 core and 24 Gig Ram (Linux box) I'm looking at increasing the maxclient values. What all are the things I should be considering ?
Also when I do ss -s
Transport Total IP IPv6
- 1243 - -
RAW 0 0 0
UDP 20 15 5
TCP 836 803 33
INET 856 818 38
FRAG 0 0 0
Does the TCP Total value (836) correspond to the Maxclients setting.?
Thanks