Hi everybody, I'am using camel 2.5.0 with servicemix-3.5.0-fuse. My camel component deployed in servicemix causes a memory leak. When I anlyze a dump with Eclipse Memory Analyzer I saw that there are 610 instances of *org.apache.camel.util.LRUCache that retains 20% of memory (173 MO).*Is there any issue with ProducerCache objects that are not being garbage collected. Can you please help.
Many thanks.