Hello all, This applies to the following software versions:
Java 1.6.0_45 Apache Camel 2.12.1 Jython 2.5.3 As a consequence of stability problems we had to disable content caching in the language component (contentCache=false). You can find more details here <https://issues.apache.org/jira/browse/CAMEL-6995> . The problem is that this caused a memory leak in our application. Every time the component is executed a org.python.pycode._pyx[XXX] object is created that it's not garbage collected. I can see it moving from the heap to permgen and it stays there until memory is exhausted. Is this something than should be reported in Camel or is it purely down to Jython? Thank you very much, cheers, AP -- View this message in context: http://camel.465427.n5.nabble.com/Memory-leak-in-the-language-component-with-Jython-tp5745887.html Sent from the Camel - Users mailing list archive at Nabble.com.