Note
- Since V4.x, the management of log disk space is at the tenant level, and this parameter is no longer supported. It has been removed starting from V4.0.0.
- In V4.x, use the tenant-level parameter
log_disk_utilization_thresholdto control the water level for log disk space reuse. For more information about thelog_disk_utilization_thresholdparameter, see log_disk_utilization_threshold.
Description
clog_disk_utilization_threshold specifies the water level for clog or ilog disk space reuse.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Int |
| Default value | 80 |
| Value range | [10, 100) |
| Effective upon OBServer node restart | No |
Examples
Set the water level for clog or ilog disk space reuse to 80.
obclient> ALTER SYSTEM SET clog_disk_utilization_threshold=80;