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: 2.5.0.1
Syntax
| C# |
|---|
public int HeapLRULimit{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HeapLRULimit As Integer |
| Visual C++ |
|---|
public: property int HeapLRULimit { int get (); } |
Return Value
the HeapLRULimit value
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace