I see that our  YARN parameters
<https://apacheignite.readme.io/docs/yarn-deployment>   and  default values
<https://apacheignite.readme.io/docs#section-configuration>   do not quite
align with Ignite 2.x Durable Memory:

IGNITE_MEMORY_OVERHEAD_PER_NODE:

The amount of memory allocated to handle JVM native overheads, interned
Strings,... but also off-heap memory if you use it. Memory requested to YARN
for containers running Ignite node is the sum of IGNITE_MEMORY_PER_NODE and
IGNITE_MEMORY_OVERHEAD_PER_NODE

Default value: IGNITE_MEMORY_PER_NODE * 0.10, with a minimum of 384

I think we should add another parameter that is specifically the amount of
off-heap memory that should be requested: IGNITE_OFFHEAP_MEMORY_PER_NODE.

The total requested would then be IGNITE_MEMORY_PER_NODE +
IGNITE_MEMORY_OVERHEAD_PER_NODE+IGNITE_OFFHEAP_MEMORY_PER_NODE.






--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Reply via email to