Note
This parameter is introduced in ODP V4.3.0.
Description
enable_auto_restart controls whether ODP automatically restarts when its memory usage reaches 80% of proxy_mem_limited.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | False |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to enable automatic restart at 80% of proxy_mem_limited:
obclient> alter proxyconfig set enable_auto_restart='True';
