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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ulong HeapLRULimit { get; }
Public ReadOnly Property HeapLRULimit As ULong
Get
public:
property unsigned long long HeapLRULimit {
unsigned long long get ();
}
member HeapLRULimit : uint64 with get
Return Value
Type:
UInt64the HeapLRULimit value
See Also