-
Bug
-
Resolution: Done
-
Major
-
None
-
jboss-fuse-6.3
-
None
Running a Switchyard application that uses rules component, similar to the `switchyard-rules-interview` quickstart, a memory leak can be observed:
1. One StatefulKnowledgeSessionImpl instance for each service invocation in the org.jbpm.runtime.manager.impl.factory.InMemorySessionFactory.sessions hashmap
2. A Large number of org.jbpm.runtime.manager.impl.RuntimeEngineImpl instances referenced by a ThreadLocal
See the text file with the relevant heap dump extracts attached.