Hello,
I missing time for get more detail today, i work with hazelcast 3.1.5,
when i configure elastic memory with a jvm 1GB and 7GB OFFHEAP, 1kb
<map name="xxx">
<in-memory-format>OFFHEAP</in-memory-format>
</map>
i have a cluster on 3 linux server, one jvm/node by server.
i start the cluster with elasic memory configurationn, no problem, config is take into account.
the licence key is not expired.
But when i try to connect an hazelcast client 3.1.5, it cannot connect to cluster and get timeout,
when i remove the OFFHEAP configuration from cluster, cluster work fine. if i set back again, i cannot connect the client.
If someone have an idea ? i continu investigation tomorow. something to set in the client config ?
When i test elastic memory in local pc, that work fine. curious.
KR