memstore_limit_percentage specifies the ratio of the memory that can be occupied by the MemStore to the total available memory of a tenant.
| Parameter | 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 / memory_size
The value of memory_size is specified when you create the tenant.