memstore_limit_percentage

2023-08-18 09:26:34  Updated

memstore_limit_percentage specifies the percentage of the memory occupied by the memstore to the total available memory of a tenant.

Property Description
Parameter type Integer
Default value 50
Value range [1, 99]
Effective upon OBServer restart No

memstore_limit_percentage is used to calculate the value of Memstore_limit:

memstore_limit_percentage = memstore_limit/min_memory,

where min_memory is the value specified when the tenant is created.

Contact Us