So how do I limit cache size if ignite native persistence is enabled using dataRegionCfg.setPersistenceEnabled(true)? I don't want it to keep a lot of data in memory and others may be kept on disk. That is the requirement.
Also, I do have on heap cache enabled. But I read in many threads that Ignite stores everything off heap and only references may be kept in java heap. So how do I limit off heap cache usage? I mean I don't want to it to use more than a particular amount of off heap memory? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
