The direct answer to your question is: implement your own org.apache.ignite.cache.affinity.AffinityFunction.
But that’s hard to do correctly. You’d probably be better running, say, two copies of Ignite on the machines with more memory. Regards, Stephen > On 31 Oct 2019, at 15:25, BorisBelozerov <[email protected]> wrote: > > I want to give more data for some chosen nodes (because these computer have > more memory to save data), but I don't know how to do it. > How can I choose node, and how can I distribute more data for chosen nodes? > Thank you!! > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/
