resource_hard_limit is used in unit allocation.
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 100 |
| Value range | [1, 10000] |
| Effective upon restart of OBServer node | No |
resource_hard_limit and resource_soft_limit are used together.
If the resource usage on the server is less than
resource_soft_limit, units are allocated based onbest_fit.If the server resource usage is greater than
resource_soft_limit, units are allocated based onleaset_load.
During the allocation of resources such as CPU cores and memory, the total resource volume is the actual volume multiplied by the specified value in percentage. The final server resource usage cannot exceed the value resource_hard_limit.