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
...@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
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-
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