Embedded instance is the one started with Ignition.start(). I look at the histogram and see that there are more than 88000 instances of CacheConfiguration in each application, while the number of caches is only 6. So these are instances are not really used by Ignite, but are saved somewhere, most likely in your code. Can you use heap dump to trace it?
May be you somehow start and stop your caches periodically? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-1-6-0-suspected-memory-leak-from-DynamicCacheDescriptor-tp9443p9575.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
