Resource Segregation in Hazelcast

14 views
Skip to first unread message

Wen Bo (Bill) Li

unread,
Sep 22, 2021, 2:04:13 PM9/22/21
to Hazelcast
Hi, I have a question regarding resource segregation in Hazelcast. Let's say the Ignite cluster has 6G of memory available, application A is first deployed which consumes 2G memory and then application B comes in and consumes 5G, is application A simply going to be evicted in this case? Is there a way in Hazelcast where we can put different applications into different domains based on the memory consumption and each of these domains is independent from one another? Thanks.

Nicolas Frankel

unread,
Oct 9, 2021, 11:44:14 PM10/9/21
to Hazelcast
Hello,

In that case, the simplest solution is to deploy different clusters i.e. ApplicationA and ApplicationB. Members will only join members with the same cluster name to form a cluster. You can configure the cluster name in different ways, e.g. via hazelcast.xml, hazelcast.yaml or programmatically.
Reply all
Reply to author
Forward
0 new messages