Re: Off-heap eviction configuration

2018-06-15 Thread dkarachentsev
Check your configuration. This code works perfectly well for me. If set page eviction mode to disabled - IOOME will be thrown: IgniteConfiguration igniteConfiguration = new IgniteConfiguration(); DataStorageConfiguration dataStorageConfig = new DataStorageConfiguration(); long

Re: Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Hi Dmitry, I tried that already but it didn't help either. *Jose Otavio Rizzatti* Senior Software Engineer - Mobile Developer Platform +31 6 22257080 | joseo...@uber.com | uber.com On Fri, Jun 15, 2018 at 1:48 PM dkarachentsev wrote: > Hi, > > I see you used your data region as default and

Re: Off-heap eviction configuration

2018-06-15 Thread dkarachentsev
Hi, I see you used your data region as default and set name for it. Try to set it to DataStorageConfiguration.setDataRegionConfigurations(). Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Forgot to mention that I'm using Ignite 2.3. And the same behavior persists if I try using the MemoryConfiguration APIs. On Fri, Jun 15, 2018 at 12:09 PM Jose Otavio Rizzatti wrote: > Hi everyone, > > I'm having issues getting the off-heap eviction to work. The nodes in my > cluster are

Off-heap eviction configuration

2018-06-15 Thread Jose Otavio Rizzatti
Hi everyone, I'm having issues getting the off-heap eviction to work. The nodes in my cluster are failing due to OutOfMemory errors. I'm currently trying to get it to work like this: IgniteConfuration igniteConfiguration = new IgniteConfiguration(); DataStorageConfiguration