Click or drag to resize
SystemPropertiesHeapLRULimit Property
Returns the HeapLRULimit value (in bytes), the maximum memory that values in a cache can use to store data before overflowing to disk or destroying entries to ensure that the server process never runs out of memory due to cache memory usage

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ulong HeapLRULimit { get; }

Return Value

Type: UInt64
the HeapLRULimit value
See Also