You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Alexey Goncharuk <al...@gmail.com> on 2018/01/15 09:25:17 UTC

Re: Ignite 2.3 Swap Path configuration is causing issue

Hi,

Just to reiterate and clarify the behavior. Region maxSize defines the
total maxSize of the region, you will get OOME if your data size exceeds
the maxSize. However, when using swap, you can set maxSize _bigger_ than
RAM size, in this case, the OS will take care of the swapping.

2017-12-21 11:57 GMT+03:00 Alexey Kukushkin <ku...@gmail.com>:

> You will get OutOfMemory error if data does not fit into data region.
> Configure an eviction policy or persistence to avoid that.
>