Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Andreas L Delmelle
On Jul 11, 2007, at 08:21, Daniel Noll wrote: Hi Daniel On Tuesday 10 July 2007 02:32:30 Andreas L Delmelle wrote: Not really. It's a matter of using common sense, I guess... Putting all content together inside one and the same page-sequence is bound to get you in trouble. Is there an

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Louis . Masters
We also have a memory issue due to very large page sequences. One thing we do is offer the customer two report outputs: PDF and something called PDF Simple. PDF is the regular report that has a single page sequence and can consume a lot of memory. The simple output is the same report, but

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Andreas L Delmelle
On Jul 11, 2007, at 20:12, [EMAIL PROTECTED] wrote: Hi Lou We also have a memory issue due to very large page sequences. One thing we do is offer the customer two report outputs: PDF and something called PDF Simple. PDF is the regular report that has a single page sequence and can

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Jay Bryant
: Wednesday, July 11, 2007 1:12 PM Subject: Re: FOP 0.93: Java Heap Space OutOfMemory We also have a memory issue due to very large page sequences. One thing we do is offer the customer two report outputs: PDF and something called PDF Simple. PDF is the regular report that has a single

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-11 Thread Louis . Masters
Andreas: I have several _wonderful_ users that demand to generate several thousand page reports and kill many, many trees, all in the name of something. I should just render the first and last 20 pages and fill the middle 1960 pages with blanks - I bet they never notice. :) With that said,

RE: FOP 0.93: Java Heap Space OutOfMemory

2007-07-09 Thread leeloo5e79-docbook
Seems there was not enough space on harddisk for generating the PDF-Output with FOP 0.93. Is there a option for FOP to display how many space on harddisk is needed while generating a PDF? This time over 200 MB were needed by FOP to generate a less than 2 MB big PDF-File. Regards, Kerstin ---

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-09 Thread Andreas L Delmelle
On Jul 9, 2007, at 09:30, [EMAIL PROTECTED] leeloo5e79- [EMAIL PROTECTED] wrote: Hi Seems there was not enough space on harddisk for generating the PDF-Output with FOP 0.93. Not enough disk space? So your JVM wanted to swap but couldn't? Is there a option for FOP to display how many space

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-02 Thread Adrian Cumiskey
Try increasing the amount of memory available to your VM by using the java extended argument option -Xmx{???}M, where {???} is the number of megabytes you wish to make available to the java virtual machine. Adrian. [EMAIL PROTECTED] wrote: While generating a PDF from XML+XSL using FOP 0.93,

Re: FOP 0.93: Java Heap Space OutOfMemory

2007-07-02 Thread Andreas L Delmelle
On Jul 2, 2007, at 17:12, [EMAIL PROTECTED] leeloo5e79- [EMAIL PROTECTED] wrote: Hi, While generating a PDF from XML+XSL using FOP 0.93, FOP stops with Exception in thread main java.lang.OutOfMemoryError: Java heap space. Are their any limitations set in FOP or this is just a problem of