--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+unsubscribe@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/ea392410-303b-41b4-a1ec-f961efbd3a86%40googlegroups.com.
How many items do you expect to be there in the map? It will be very helpful to see the actual number of map entries.If you just keep adding items to a map, the memory will keep increase unless the items are removed (e.g. eviction, manual removal etc).Why do you expect that Hazelcast will remove items? Also the entries in a HashMap will not be gc's because the HashMap has a strong reference to the content. The same goes for HZ (unless configured otherwise).
On Thu, Jul 26, 2018 at 8:20 PM, Alparslan Avcı <alpa...@hazelcast.com> wrote:
Hello,From the screenshot you shared, the heap looks occupied by the data stored on maps.Can you please share the following?1. All your maps' entry counts2. All your maps' key and value classes if possible3. Your cluster configurationRegards,Alparslan
On Thursday, July 26, 2018 at 5:22:09 PM UTC+1, parker...@gmail.com wrote:We have are using Imap on over servers. We are only storing a unique string key and a boolean valueOur data is not more that 1G but over time (in couple of days) we our seeing the heap grow almost to 5G on our 8G RAM serverUpon looking at the heap dump, you can clearly see hazelcast taking up all that space (see attachement). It doesn't cleanup even after GCWe also have a ttl of 4 hours on those keys
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
--
You received this message because you are subscribed to a topic in the Google Groups "Hazelcast" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hazelcast/VxgVA6LtQlI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hazelcast+unsubscribe@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.