Re: Off-heap memory usage questions

2016-04-15 Thread Denis Magda
M), I observed big heap memory consumption - some as high as 6G. I > am not using any expiry policy. Is this normal? > > Shaomin > > -Original Message- > From: vkulichenko [mailto:valentin.kuliche...@gmail.com] > Sent: 14 April 2016 19:08 > To: user@ignite.apach

RE: Off-heap memory usage questions

2016-04-15 Thread Shaomin Zhang
...@gmail.com] Sent: 14 April 2016 19:08 To: user@ignite.apache.org Subject: Re: Off-heap memory usage questions Hi Shaomin, 1. Yes, this is a per node setting. So if there are two nodes on one box, it's possible that 20G will be allocated on this box. You should make sure that this

Re: Off-heap memory usage questions

2016-04-14 Thread vkulichenko
node only, but you can use IgniteCache.metrics(ClusterGroup) to get aggregated values for a set of nodes. This is already fixed in master - in 1.6 aggregated metrics will be returned by default. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Off-heap-memory-

Off-heap memory usage questions

2016-04-14 Thread Shaomin Zhang
Hi I am trying to use OFFHEAP_TIERED caches, and have this setting for the memory , virtual memory is disenabled. I have a couple questions: 1. Does this mean that 10G off-heap memory is allocated for each cache? If I have two Ignite instances on a single hard node, 20G will be allocated? What