I am wrapping a Uima analysis engine in a Tomcat JSF webapp. This AE loads and parses a large model file (300Mb).
I can call the AE and run it using SimplePipeline.runPipeline() via the webapp UI. However, the large model took up a large memory chunk that won't go away even after the AE is run to completion. Does Uima do any clean up of in-memory object instances after the AE is completed?
