Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFEC7F502 for ; Wed, 17 Jul 2013 03:12:07 +0000 (UTC) Received: (qmail 46644 invoked by uid 500); 17 Jul 2013 03:12:07 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 46464 invoked by uid 500); 17 Jul 2013 03:12:07 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 46456 invoked by uid 99); 17 Jul 2013 03:12:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 03:12:04 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=FORGED_YAHOO_RCVD,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 03:11:58 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UzI9O-0006F1-W8 for user@uima.apache.org; Wed, 17 Jul 2013 05:11:36 +0200 Received: from 192.122.131.37 ([192.122.131.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jul 2013 05:11:34 +0200 Received: from swirlobt by 192.122.131.37 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jul 2013 05:11:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: swirl Subject: Running Uima in Tomcat (memory issue) Date: Wed, 17 Jul 2013 03:11:13 +0000 (UTC) Lines: 16 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.122.131.37 (Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36) X-Virus-Checked: Checked by ClamAV on apache.org 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?