Guys, I’ve been working on the documentation for page memory [1]. The doc is still in progress and it will be more profound with code snippets and pictures int the end, so don’t pay to the fact that it mostly consists of dry text only.
So, the question is different. Presently, javadoc part is useless (and will be written by me as well) and it’s not clear what’s the default behavior of the page memory that has only one memory policy (default) that instantiates a single memory region. Looking at the code I see that the default police creates 1 GB region that should be expandable because the policy doesn’t define an eviction algorithm. It means that if my app goes beyond 1 GB then the page memory will take more memory from an OS. Is my understanding correct? [1] https://apacheignite.readme.io/docs/page-memory <https://apacheignite.readme.io/docs/page-memory> — Denis