diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2009-05-19 10:59:09 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2009-05-19 10:59:09 +0000 |
commit | 4242a406d9e1bf323f3add1abbc6f0f7664a6ff1 (patch) | |
tree | 9ec546bb048852e7e7fb3a9324b36b2b6ec8429f /forrest.properties | |
parent | 2e6df1438d629944f2cb342467bdcecc0fcb5fbe (diff) | |
download | xmlgraphics-fop-4242a406d9e1bf323f3add1abbc6f0f7664a6ff1.tar.gz xmlgraphics-fop-4242a406d9e1bf323f3add1abbc6f0f7664a6ff1.zip |
ApacheCon Europe 2009 is over, commented out link.
Increased max heap size allocated to Cocoon, otherwise an OutOfMemoryError will occur when generating the compliance PDF (I finally found out why I was having this error and how to fix it).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@776269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'forrest.properties')
-rw-r--r-- | forrest.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forrest.properties b/forrest.properties index 62f777d63..6e9872d96 100644 --- a/forrest.properties +++ b/forrest.properties @@ -92,7 +92,7 @@ forrest.validate.skins.stylesheets=${forrest.validate.skins} # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) #project.debuglevel=ERROR # Max memory to allocate to Java -#forrest.maxmemory=64m +forrest.maxmemory=128m # Any other arguments to pass to the JVM. For example, to run on an X-less # server, set to -Djava.awt.headless=true #forrest.jvmargs= |