← Prev in month ← Prev in thread
Next in thread → Next in month →

java.lang.OutOfMemoryError with fop

From
Don Adams <>
Date
2004-02-09T20:47:53+00:00
ID
037801c3ef4f$61890390$e1592689@PCDGA
Thread
java.lang.OutOfMemoryError with fop
This post is to document a solution to a problem I was
having with fop-0.20.5 on a Windows 2000 system.
When processing large documents, I would receive an OutOfMemoryError
error message. To fix this, I added "-Xmx128m " to
the last line in the fop.bat file.  Like this:

java -Xmx128m -cp "%LOCALCLASSPATH%" org.apache.fop.apps.Fop %1 %2 %3 %4 %5
%6 %7 %8

Refer to this page for more information on the -Xmx option:
http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html

--
Don Adams
← Prev in month ← Prev in thread
Next in thread → Next in month →