Return-Path: Delivered-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Received: (qmail 29329 invoked from network); 5 Jul 2006 14:23:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 14:23:39 -0000 Received: (qmail 8219 invoked by uid 500); 5 Jul 2006 14:23:37 -0000 Delivered-To: apmail-xmlgraphics-fop-users-archive@xmlgraphics.apache.org Received: (qmail 8202 invoked by uid 500); 5 Jul 2006 14:23:36 -0000 Mailing-List: contact fop-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-users@xmlgraphics.apache.org Delivered-To: mailing list fop-users@xmlgraphics.apache.org Received: (qmail 8191 invoked by uid 99); 5 Jul 2006 14:23:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 07:23:36 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-fop-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 07:23:35 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fy8Gb-0008VA-QE for fop-users@xmlgraphics.apache.org; Wed, 05 Jul 2006 16:22:14 +0200 Received: from c-69-180-148-246.hsd1.mn.comcast.net ([69.180.148.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jul 2006 16:22:13 +0200 Received: from karthiketc by c-69-180-148-246.hsd1.mn.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jul 2006 16:22:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: fop-users@xmlgraphics.apache.org From: karthik Subject: Re: Possible memory leak Date: Wed, 5 Jul 2006 14:21:42 +0000 (UTC) Lines: 146 Message-ID: References: <44A59460.20205@yahoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 69.180.148.246 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andreas, Thanks for your comments. Looks like for sure there are FOP references hanging around that GC could not clear up, which eventually kills the process. Below is a higher-level layout of the xsl. Let me know if you see anything to improve. The below xsl is applied to XML's having 500 documents( each in a loop(below is the XML layout). 1 XML of 500 documents produces 1 PDF. .... .... .... .... .... .... . . . .... I create a page-sequence for each and page-citation is contained within each of these page-sequence. My expectation was that the FOP references would clear out after each PDF is created(which isn't happening). ...... Let me know if you see some red flags..... Thank youvery much! -Karthik --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org