Karl Fogel writes:
> > Also, I had to add some -Xmx options to the java command in fop.sh as my
> > JVM was running out of memory generating the ps/pdf files.
>
> This should probably be mentioned in docs/book/README. Can you say
> exactly what you did, so I can document it accurately?
I'm using Sun's 1.4.1 JVM. The options to increase heap size are likely
different on other JVM's.
*** fop.sh.orig Thu Feb 20 12:58:29 2003
--- fop.sh Wed Feb 19 17:51:09 2003
***************
*** 100,104 ****
LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
fi
! $JAVACMD -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@"
--- 100,104 ----
LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
fi
! $JAVACMD -Xms100m -Xmx200m -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@"
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 20 19:03:17 2003