Hi, Generally, having large heaps is not a very good practice, because eventually it will likely cause long GC pauses and performance degradations. I would recommend to scale out by adding more nodes, or use off-heap memory to store your data.
[1] https://apacheignite.readme.io/docs/off-heap-memory -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Variation-in-BinaryObjectImpl-object-size-with-number-of-entries-tp9673p9683.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
