Configure a Router to reject connections using a low/high connection threshold

1 0 675

You can configure the maximum number of concurrent connections supported by a Router in Edge 4.15.07.00 for the Private Cloud.

To set this threshold, edit the <install-dir>/apigee/conf/apigee/router/router.properties file to add the following two properties:

ServerContainer.max.clients.higher.mark = 10000 

ServerContainer.max.clients.lower.mark = 9000

When the number of active connections to the Router exceeds the higher.mark, the Router is marked unavailable for further traffic but will continue to handle the existing connections.

When the number of active connections falls below the lower.mark, the Router is marked available for traffic and will start handling new requests again.

After setting these properties, restart the Router.

Stephen

Version history
Last update:
‎10-30-2015 01:00 PM
Updated by: