Re: Memory usage by ignite nodes

2018-02-01 Thread Ranjit Sahu
Thanks Dmitrty. On Wed, Jan 24, 2018 at 8:27 PM, dkarachentsev wrote: > Hi Ranjit, > > That metrics should be correct, you also may check [1], because Ignite > anyway keeps data in offheap. But if enabled on-heap, it caches entries in > java heap. > > [1]

Re: Memory usage by ignite nodes

2018-01-24 Thread dkarachentsev
Hi Ranjit, That metrics should be correct, you also may check [1], because Ignite anyway keeps data in offheap. But if enabled on-heap, it caches entries in java heap. [1] https://apacheignite.readme.io/docs/memory-metrics Thanks! -Dmitry -- Sent from:

Memory usage by ignite nodes

2018-01-23 Thread Ranjit Sahu
Hi , I have a 40 node cluster. We are using on heap caching. I want to figure out how much memory each cache node is consuming. I was looking at the metrics where heap and non heap usage is printed. Is the metics gives me the correct info ? Or are there different api’s in ignite to print it ?