Re: IgniteOutOfMemoryException: Not enough memory allocated

2017-10-19 Thread pradeepchanumolu
Hi Sergey, Changing the configuration to the one you proposed did the trick. I am no longer hitting the OutOfMemoryException error. Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteOutOfMemoryException: Not enough memory allocated

2017-10-19 Thread Sergey Chugunov
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl. > invoke(IgniteCacheOffheapManagerImpl.java:352) > at > org.apache.ignite.internal.processors.cache.GridCacheMapEntry.storeValue( > GridCacheMapEntry.java:3179) >

IgniteOutOfMemoryException: Not enough memory allocated

2017-10-18 Thread pradeepchanumolu
I am hitting the following exception in the Ignite Client when trying to load data into Ignite Cache. The exception says that the default policy size is 27GB but on the server configuration I have set it to much higher value. Here is the snippet of the server configuration.