SystemPropertiesHeapLRULimitEnabled Property |
Returns a boolean that specifies if heapLRULimit has been enabled for the
process. If enabled, the HeapLRULimit specifies the maximum amount of 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
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool HeapLRULimitEnabled { get; }
Public ReadOnly Property HeapLRULimitEnabled As Boolean
Get
public:
property bool HeapLRULimitEnabled {
bool get ();
}
member HeapLRULimitEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also