Hi Styriver! At the first glance, the following line is suspicious: Ignition.setClientMode(true);
You shouldn't use it as a Client node. It should be Server node, mean Ignition.setClientMode(false); You can find here <https://github.com/srecon/ignite-book-code-samples/tree/master/chapters/chapter-caching/offheap/src/main/resources> a few complete example of OFF_heap tiered. Regards Shamim -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-OFF-HEAP-TIERED-and-Replicated-Heap-continously-grows-eventually-heap-crash-tp8604p8614.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
