Hi guys, while testing my Terracotta-based application I noticed that the master almost saturates its memory (2 GB) with about 5 million map entries, running as a consequence into more and more GC cycles. By analyzing the heap dump I noticed there's a huge number of com.tc.object.ObjectID instances, which is almost equal to the total number of map entries: those objects seems to be retained by the ObjectManagerImpl, and by looking at the source code it seems it actually holds a map of reference objects.
So, how does ObjectManagerImpl actually work? Doesn't it flush objects on disk? -- Sergio Bossa http://www.linkedin.com/in/sergiob _______________________________________________ tc-dev mailing list tc-dev@lists.terracotta.org http://lists.terracotta.org/mailman/listinfo/tc-dev