Re: Swapspace - Getting OOM error ?maxSize more than RAM

2018-11-28 Thread aealexsandrov
Hi, You faced that OOM issue because your cache was mapped to the default region with max size 6.4 GB instead of 500MB_Region with max size 64GB. I guess that you try to load more than 6.4 GB of data to this cache. Generally, you should set the required data region for every cache in case if it

Re: Swapspace - Getting OOM error ?maxSize more than RAM

2018-11-20 Thread userx
Just for information, This goes away once the CacheConfiguration is mapped to a region by using cacheCfg.setDataRegionName("500MB_Region") method. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Swapspace - Getting OOM error ?maxSize more than RAM

2018-11-20 Thread userx
Hi All, I went through the documentation present at https://apacheignite.readme.io/docs/swap-space It states that if the maxSize parameter of the data region is more than the size of the RAM, the OS will take care of the swapping. This is to avo