I'm presently using properties to populate my camelContext.xml file and my camel spring container is running out of memory consistently. When I use MAT to evaluate the heap dump files it points to LRUCache in the org.apache.camle.component.properties.PropertiesComponent as the problem.
It appears that the LRUCache is not releasing memory and that a separate instance of the properties is created for every route execution instance. Well that's what the heapdump appears to be indicating anyway. I have a heapdump if that will help and I can recreate this issue at will. -- View this message in context: http://camel.465427.n5.nabble.com/LRUCache-memory-leak-when-using-camel-properties-file-tp4621357p4621357.html Sent from the Camel - Users mailing list archive at Nabble.com.
