memstore_limit_percentage specifies the ratio of the memory that can be occupied by the MemStore to the total available memory of a tenant.
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 50 |
| Value range | [1, 99] |
| Effective upon restart of OBServer node | No |
memstore_limit_percentage is used to calculate the value of memstore_limit.
memstore_limit_percentage = memstore_limit / min_memory
Here, min_memory is the value specified when the tenant is created.