Note
This parameter is introduced since OceanBase Database V4.2.2.
Purpose
strict_check_os_params specifies whether to enable the check on operating system parameters.
Notice
You can configure this parameter only in the sys tenant.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Boolean |
| Default value | false |
| Value range | [true, false]
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No |
Examples
obclient> ALTER SYSTEM SET strict_check_os_params=false;