Re: Large XML Files and FOP: Out of Memory Exception

2003-06-25 Thread Jeremias Maerki
Here's our gathered knowledge about handling big files: http://xml.apache.org/fop/running.html#memory I'm certain you'll find your answers there. If not, try searching the mailing list archives and ask again if you are still not successful after that. I hope that helps. On 25.06.2003 12:21:35

fop out of memory

2002-03-18 Thread Pierre St-Vincent
Hi everybody ! We are currently using fop to process quite large documents (about 860k) and for the largest of them we get an out of memory error, generating the following message: --- java.lang.OutOfMemoryError no stack trace available

RE: fop out of memory

2002-03-18 Thread Xie, David (IPCG-NJ)
In your classpath create system variable: CATALINA_OPTS Value: -Xms32m -Xmx128m(Xms=min Xmx=max heap size) -Original Message- From: Pierre St-Vincent [mailto:[EMAIL PROTECTED] Sent: Monday, March 18, 2002 1:09 PM To: [EMAIL PROTECTED] Subject: fop out of memory Hi