Upon further research it appears that disabling page eviction for the default data region is not something i should do. According to Apache Ignite Documentation if Ignite Native Persistence is off and page eviction is disabled for the default data region, OutOfMemory errors will be thrown. The 'persistenceEnabled' property is set to false in my config, as i am not able to use it, so i need the page eviction enabled in order to avoid OutOfMemory errors.
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
