5 Set System Properties
When starting the Converged Application Server, you may optionally pass in any of the following arguments that control system properties.
Table 5-1 System Parameters
| Argument | Description | Default Value |
|---|---|---|
| mediagw.lb.healthCheckTimeoutSeconds | Timeout (in seconds) for an MFE health check request. | 1 |
| mediagw.lb.healthCheckStartDelaySeconds | Delay (in seconds) before starting health checks for a newly added MFE. | 1 |
| mediagw.lb.healthCheckIntervalSeconds | Interval (in seconds) between consecutive MFE health check requests. | 1 |
| mediagw.lb.consecutiveHealthCheckFailureCount | Number of consecutive failed health check requests before an MFE is marked unhealthy. | 1 |
| mediagw.lb.scheduler.corePoolSize | Thread pool size used to run MFE and RTP health checks. | 10 |
| mediagw.lb.connectionTimeout | MFE and RTP Health Check HTTP Connection Timeout(in seconds). | 1 |
| rtpproxy.lb.healthCheckStartDelaySeconds | Delay (in seconds) before starting health checks for a newly added RTP proxy. | 1 |
| rtpproxy.lb.healthCheckIntervalSeconds | Interval (in seconds) between consecutive RTP proxy health check requests. | 1 |
| rtpproxy.lb.healthCheckTimeoutSeconds | Timeout (in seconds) for an RTP proxy health check request. | 1 |
| rtpproxy.lb.consecutiveHealthCheckFailureCount | Number of consecutive failed health check requests before an RTP proxy is marked unhealthy. | 1 |