Parameter: grouptimeout

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

grouptimeout

Description

This parameter allows you to configure the timeout value (in milliseconds) for Jgroups remote procedure calls. You can tune this value to keep the number of available nodes stable.

It is recommended to set this parameter to a minimal value as long as it can keep the number of the available nodes stable. Meanwhile, the network latency between the web server and the Service Manager server should be small, otherwise the load balancer may forward a request to a node that is not able to handle the request due to network latency.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

1000 (milliseconds)

Possible values

Number of milliseconds from 300 to 10000

Example usage

Command line: sm -grouptimeout:1500

Initialization file: grouptimeout:1500

 

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Servlet parameters