Note
For V2.x, this parameter is removed starting with V2.2.77. This is because the corresponding logic has changed in V2.x. The corresponding feature is no longer used.
Description
tenant_cpu_variation_per_server specifies the percentage of CPU quota variation for any tenant on each OBServer node.
Attributes
| Attribute | Description |
|---|---|
| Type | Double |
| Default value | 50 |
| Value range | [0, 100] |
| Effective upon OBServer node restart | No |
Examples
Set the percentage of CPU quota variation for any tenant on each OBServer node to 50.
obclient> ALTER SYSTEM SET tenant_cpu_variation_per_server=50;