[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4988 - in trunk: . notes

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2003-02-20 19:00:55 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.