Reputation: 1257
I am using Ignite 2.15 and have a DataRegion configured with 'PageEvictionMode=RANDOM_2_LRU', yet I end up getting a IgniteOutOfMemoryException
with the following message:
Out of memory in data region [name=SAMPLE_TEST, initSize=10.0 MiB, maxSize=60.0 MiB, persistenceEnabled=false] Try the following:
^-- Increase maximum off-heap memory size (DataRegionConfiguration.maxSize)
^-- Enable Ignite persistence (DataRegionConfiguration.persistenceEnabled)
^-- Enable eviction or expiration policies
Any idea what is going on and why the eviction is not working?
TIA
Upvotes: 1
Views: 133