images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

TCP_Sockets

To avoid any potential confusion, this parameter should always be specified. The minimum value should be two (2) more than the maximum number of active users to be supported. For example, a server that will have 20 active users should have a TCP sockets value of at least 22. We recommend specifying a value of 32 for all installations, regardless of how many users are initially planned. The amount of memory reserved per socket is extremely small, and setting the value to 32 will support up to the maximum of 30 users without need for further adjustment.

Accordingly, the “TCP_Sockets” parameter would be given as follows:

TCP_Sockets 32

Note that the underscore character ('_') in “TCP_Sockets” is required.