Re: Error conversion XML to PDF: Exception in thread main java.lang.OutOfMemoryError

2002-05-20 Thread Arnd Beißner
> We create an XML file in ASCII of a size 1 MB (the file XML is an order of 300 rows), when I launch Fop-parser (fop0.20.3) to converte XML to PDF using XSL: > the parser stops when it processes the 28 row with this message: > "Exception in thread "main" java.lang.OutOfMemoryError". > My syste

RE: Error conversion XML to PDF: Exception in thread main java.lang.OutOfMemoryError

2002-05-20 Thread Alistair Hopkins
Is the XSL file causing a loop?  Files of this size should be OK.   ie: do you use recursive templates:         ...output stuff           will cause OutOfMemory.    Otherwise, look at the java -X options for increasing the maximum memory available to java - it defaults fairly l