memstore_limit_percentage specifies the percentage of the memory that can be occupied by the MemStore to the total available memory of a tenant.
| Property | Description |
|---|---|
| Type | Integer |
| Default value | 50 |
| Value range | [1,99] |
| Effective upon OBServer node restart | 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.