JPEG2000 - RE: Fop Memory Use

2011-05-23 Thread Marquart, Joshua D
@xmlgraphics.apache.org Subject: RE: Fop Memory Use This test run isn't using SVG at all. The PDFRenderer is working, the PNGRenderer runs out of memory, so it is using images but as output. I already broke up the input to multiple FOs with multiple calls to the transform to generate a large document

RE: Fop Memory Use

2011-05-20 Thread Eric Douglas
@xmlgraphics.apache.org Subject: Re: Fop Memory Use Hi Eric, Does your document contain many large SVG's? If so take a look at Bugzilla #46360. This issue was resolved in rev 997602 of FOP trunk. Pete On Wed, May 18, 2011 at 5:10 PM, Adrian Cumiskey adrian.cumis...@gmail.com wrote: Hi Eric, Fop

Re: Fop Memory Use

2011-05-20 Thread Andreas L. Delmelle
On 20 May 2011, at 20:44, Eric Douglas wrote: Hi Eric snip / The FO actually wasn't using much memory, just something Fop was doing when I tried to use that FO to generate a parge PDF all at once. So, I just save my FO files in an array and generate the PNG page images no more than 10 at

Re: Fop Memory Use

2011-05-18 Thread Michael Rubin
Just a wild thought. But is there a way you could possibly get the JVM to garbage collect between each run? Maybe that might free the memory up? Thanks. -Mike On 18/05/11 13:20, Eric Douglas wrote: I am using Fop 1.0. I tried using Fop to transform a single document. When I got a little

RE: Fop Memory Use

2011-05-18 Thread Eric Douglas
, 2011 8:24 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Fop Memory Use Just a wild thought. But is there a way you could possibly get the JVM to garbage collect between each run? Maybe that might free the memory up? Thanks. -Mike On 18/05/11 13:20, Eric Douglas wrote: I am

RE: Fop Memory Use

2011-05-18 Thread Eric Douglas
...@blockhouse.com] Gesendet: Mittwoch, 18. Mai 2011 16:12 An: fop-dev@xmlgraphics.apache.org Betreff: RE: Fop Memory Use When I tested over 130 pages the PNG render crashed with this dump. Exception in thread main java.lang.OutOfMemoryError: Java heap space at java.lang.AbstractStringBuilder.init

Re: Fop Memory Use

2011-05-18 Thread Adrian Cumiskey
Hi Eric, Fop calculates layout in page sequence chunks, so try breaking up your pages into chunks of page sequences. Pages should be available for garbage collection once the page sequence has been rendered. Cheers, Adrian. On May 18, 2011, at 7:24 AM, Michael Rubin mru...@thunderhead.com

Re: Fop Memory Use

2011-05-18 Thread Peter Hancock
Hi Eric, Does your document contain many large SVG's? If so take a look at Bugzilla #46360. This issue was resolved in rev 997602 of FOP trunk. Pete On Wed, May 18, 2011 at 5:10 PM, Adrian Cumiskey adrian.cumis...@gmail.comwrote: Hi Eric, Fop calculates layout in page sequence chunks,

RE: Fop Memory Use

2011-05-18 Thread Eric Douglas
off sharply in the profiler. The next class reference is char[], then org.apache.fop.area.inline.SpaceArea. From: Peter Hancock [mailto:peter.hanc...@gmail.com] Sent: Wednesday, May 18, 2011 12:05 PM To: fop-dev@xmlgraphics.apache.org Subject: Re: Fop Memory Use

RE: Fop Memory Use

2011-05-18 Thread Eric Douglas
in the Java2DRenderer? A simple workaround? From: Peter Hancock [mailto:peter.hanc...@gmail.com] Sent: Wednesday, May 18, 2011 12:05 PM To: fop-dev@xmlgraphics.apache.org Subject: Re: Fop Memory Use Hi Eric, Does your document contain many large SVG's? If so