Load shedding configuration (ARM)

Configuration Variable Data Type Description
proxy.config.arm.loadshedding. max_connections INT

Default: 1000000

Specifies the maximum number of client connections allowed before the proxy starts forwarding incoming requests directly to the origin server.

proxy.config.http.client. connection_control.enabled INT

Default: 1

Disables (0) or enables (1) the ability to limit the number of connections from a single computer.

proxy.config.http.client. concurrent_connection_control. close.enabled INT

Default: 1

Disables (0) or enables (1) closing connections on reaching the concurrent connection limit.

proxy.config.http.client. concurrent_connection_control. alert.enabled INT

Default: 0

Disables (0) or enables (1) alerting on violation of the concurrent connection limit.

proxy.config.http.client. concurrent_connection_control. max_connections INT

Default: 1000

Configures the maximum number of concurrent connections allowed from one client IP address.

proxy.config.http.client. connection_rate_control.close. enabled INT

Default: 0

Disables (0) or enables (1) closing connections on reaching the connection rate limit.

proxy.config.http.client. connection_rate_control.alert. enabled INT

Default: 1

Disables (0) or enables (1) alerting on exceeding the connection rate limit.

proxy.config.http.client. connection_rate_control.second INT

Default: 100

Configures the maximum connections per second allowed from one client IP.

proxy.config.http.client. connection_control.exceptions STRING

Default: NULL

Specifies a comma separated list of IP addresses for which the connection limits do not apply.