Note
This parameter was introduced in OceanBase Database V4.2.2.
Description
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 |
|---|---|
| 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 |
Example
obclient> ALTER SYSTEM SET strict_check_os_params=false;