RE: Out of Memory Error from Java

2009-01-26 Thread Steffanina, Jeff
: DavidJKelly [mailto:dke...@scriptorium.com] Sent: Friday, January 23, 2009 8:24 AM To: fop-users@xmlgraphics.apache.org Subject: RE: Out of Memory Error from Java At the risk of providing a redundant answer, I would also like to point out a paper I wrote on a specific method for creating multiple

RE: Out of Memory Error from Java

2009-01-23 Thread DavidJKelly
, print 2,000 invoices where each invoice contains 100 lines of details. Therefore, print a total of 200,000 lines of detail. However, I receive an Out of Memory error from Java when I attempt to print a single invoice that contains more than 4,500 lines of detail. Have you read: http

Re: Out of Memory Error from Java

2009-01-22 Thread Chris Bowditch
where each invoice contains 100 lines of details. Therefore, print a total of 200,000 lines of detail. However, I receive an Out of Memory error from Java when I attempt to print a single invoice that contains more than 4,500 lines of detail. Have you read: http://xmlgraphics.apache.org

RE: Out of Memory Error from Java

2009-01-22 Thread Steffanina, Jeff
, January 22, 2009 4:11 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Out of Memory Error from Java Steffanina, Jeff wrote: I have: FOP 0.95 Linux Java 1.5 My Java starts with memory set as: -Xmx192m I can print an unlimited number of individual invoices

Out of Memory Error from Java

2009-01-21 Thread Steffanina, Jeff
100 lines of details. Therefore, print a total of 200,000 lines of detail. However, I receive an Out of Memory error from Java when I attempt to print a single invoice that contains more than 4,500 lines of detail. Other than continuing to increase the amount of memory at startup