Note
OceanBase Database V4.x does not support RootService tenants, and the corresponding feature is no longer available. This parameter has been deprecated since OceanBase Database V4.2.0.
Description
rootservice_memory_limit specifies the maximum memory available to RootService.
Attributes
| Attribute | Description |
|---|---|
| Type | Capacity |
| Default value | 2G |
| Value range | [2G, +∞) |
| 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. |
Examples
Set the maximum memory available to RootService to 2 GB.
obclient> ALTER SYSTEM SET rootservice_memory_limit='2G';