OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]