Hi If I have an ignite node running on a machine with 16GB of physical memory and I want to create a data-region that may hold 5GB of data but only consume 1GB of memory on the off-heap, then how do I configure my cluster node to use swap when exceeding 1GB off-heap memory?
I'm trying to get my head around this example from GridGain <a href=" https://www.gridgain.com/docs/latest/developers-guide/persistence/swap"> https://www.gridgain.com/docs/latest/developers-guide/persistence/swap</a> Where is the 500MB specified (besides in the name)? It seems to me that the size of the data-region is set to 5GB and not 500MB?