Click or drag to resize
SystemProperties.HeapLRUDelta Property
Returns the HeapLRUDelta value (a percent value). This specifies the percentage of entries the system will evict each time it detects that it has exceeded the HeapLRULimit. Defaults to 10%

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

Return Value

Type: Int32
the HeapLRUDelta value
See Also