Hi, If you've enabled persistence then some data will be loaded. Use metrics to see what/how much was loaded:
see: https://apacheignite.readme.io/docs/distributed-persistent-store https://apacheignite.readme.io/docs/durable-memory#persistence-features https://apacheignite.readme.io/docs/memory-metrics#data-region-metrics example: https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/persistentstore If there is a complex config/many nodes then a lot of messages will be exchanged which leads to memory usage: Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
