Hi, Data will be persisted unless the cache update fails on the server (in this case you will get an exception on client side). To avoid out of memory issues, you can use evictions [1], that will remove less frequently used entries from memory. If you need an evicted entry again, it will loaded from the persistence store.
[1] https://apacheignite.readme.io/docs/evictions -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/What-will-happend-in-case-of-run-out-of-memory-tp4446p4462.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
