Wednesday, 15 July 2015

java - Hazelcast max size of distributed map not respected -



java - Hazelcast max size of distributed map not respected -

hazelcast 3.3 not respect jvm size of map (maxsizepolicy.used_heap_size). maxsize 20 mb , lru eviction policy used in our example.

mapcfg.setevictionpolicy(mapconfig.evictionpolicy.lru); mapcfg.setevictionpercentage(20); maxsizeconfig maxsizecfg = new maxsizeconfig(20, maxsizepolicy.used_heap_size); mapcfg.setmaxsizeconfig(maxsizecfg);

this real problem have more info heap , lot of outofmemoryerror's.

anybody else experiencing same? our config wrong? known issue?

new maxsizeconfig(20, maxsizepolicy.used_heap_size); think need create higher

java out-of-memory hazelcast

No comments:

Post a Comment