From: Marco Knuettel <[EMAIL PROTECTED]>
export JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true -Xmx1024m -Xms1024m"
If you cant increase the JVMs memory anymore then you will have to look at
the structure of your FO that is being processed by FOP. One way to reduce
memory usage is to break up yo
Hi *,
i use FOP to generate a Dokumentation for a lage Project.
I want to generate a PDF with 500 Sites. With images and more.
The Tomcat use over 1GB of the Memory and then i get an
OutOfMemory-Error. I wont to increase the Momory of Tomcat.
My Tomcat has 1GB.
export JAVA_OPTS="$JAVA_OPTS -Djava.a