rpc_throttle_trigger_percentage specifies the memory usage threshold that triggers throttling. When the memory usage of remote procedure call (RPC) requests reaches the specified threshold, RPC requests are throttled.
Note
This parameter is introduced in OceanBase Database Proxy (ODP) V4.3.2.
| Attribute | Description |
|---|---|
| Parameter type | Integer |
| Default value | 50 |
| Value range | [0, 100) |
| Effective upon ODP restart | No |
Examples
The following sample code specifies to throttle RPC requests when their memory usage reaches 40%.
obclient> alter proxyconfig set rpc_throttle_trigger_percentage= 40;