Note
For V3.2.4, this parameter is available starting with V3.2.4.
Description
enable_cgroup specifies whether to enable the cgroup feature on an OBServer node.
Privilege requirements
Query the parameter
The sys tenant and all user tenants can use the
SHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the sys tenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | True |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately.
NoteStarting from V4.3.5, this parameter takes effect dynamically. |
Examples
Enable the cgroup feature.
obclient> ALTER SYSTEM SET enable_cgroup = true;
