Re: When using CacheMode.LOCAL, OOM

2018-08-13 Thread dkarachentsev
Hi, I've opened a ticket for this [1]. It seems LOCAL cache keeps all entries on-heap. If you use only one node - switch to PARTITIONED, if more than one - PARTITIONED + node filter [2] [1] https://issues.apache.org/jira/browse/IGNITE-9257 [2]

When using CacheMode.LOCAL, OOM

2018-08-09 Thread NO
Hi, I'm going to use Ignite instead of guava. During testing, I find that CacheMode.LOCAL is often OOM. Please help me check what's wrong with it. Thank you very much. Ignite version : 2.6.0 jdk 1.8.0_151-b12 Test Code : == public class LocalCacheDemo {