You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/08/21 12:53:57 UTC

[Cocoon Wiki] Updated: FOPTuningGuide

   Date: 2004-08-21T03:53:57
   Editor: BertrandDelacretaz <bd...@codeconsult.ch>
   Wiki: Cocoon Wiki
   Page: FOPTuningGuide
   URL: http://wiki.apache.org/cocoon/FOPTuningGuide

   typo

Change Log:

------------------------------------------------------------------------------
@@ -6,9 +6,9 @@
 To tune up a Tomcat install in order to exploit all the memory your machine has you are first going to have to edit the catalina.sh file in the tomcat bin directory. You want to tune the CATALINA_OPTS variable so it sets up your JVM with as much memory as you can spare (remember to leave at least 20% for the operating system).
 To my catalina.sh on tomcat-4.1.24-LE-jdk1.4 i added the line 
  
-{{{
-CATALINA_OPTS="$CATALINA_OPTS -server -Xms256m -Xmx1800m -Xincgc"
-echo "Using CATALINA_OPTS:   $CATALINA_OPTS"
+{{{
+CATALINA_OPTS="$CATALINA_OPTS -server -Xms256m -Xmx1800m -Xincgc"
+echo "Using CATALINA_OPTS:   $CATALINA_OPTS"
 }}} 
 
 Just before it starts echoing your CATALINA_BASE, CATALINA_HOME etc variables (catalina.sh has changed between versions of tomcat so your mileage may vary).
@@ -28,4 +28,4 @@
 I plan on producing a demo app that uses XSP to dynamically generate xml of various lengths (see note below), this will then be transformed to PDF. This way you will be able to see how large a file your server is capable of transforming.
 ----
 == Reader's notes ==
- *  The PDF caching sample (at http://localhost:8888/samples/fop/ in 2.1) generates any number of PDF pages based on a request parameter, it might be useful for your tests. The pages are nearly empty though, so it might not be reprensentative of your actual app -- BertrandDelacretaz
+ *  The PDF caching sample (at http://localhost:8888/samples/fop/ in 2.1) generates any number of PDF pages based on a request parameter, it might be useful for your tests. The pages are nearly empty though, so it might not be representative of your actual app -- BertrandDelacretaz