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 query this parameter by using the
SHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.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
NoteStarting from V4.2.5 BP2, this parameter takes effect dynamically in V4.2.5. |
Examples
Enable the cgroup feature.
obclient> ALTER SYSTEM SET enable_cgroup = true;