Igniters,

Since we moved to the PageMemory architecture, several ClusterMetrics
methods became questionable, so I would like to discuss this before the
release. Currently, ClusterMetrics contains the following methods:
getNonHeapMemoryCommitted(),
getNonHeapMemoryUsed(),
getNonHeapMemoryInitialized(),
getNonHeapMemoryTotal(),
getNonHeapMemoryMaximum()

I suggest we remove Total and Committed metrics, and the rest of the
methods will have the following semantics:
Initialized() - start size of all memory policies
Max - max size of all memory policies
Used - size of all allocated pages

Thoughts?

Reply via email to