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/07/10 04:06:04 UTC

[Cocoon Wiki] Updated: CocoonPerformance

   Date: 2004-07-09T19:06:04
   Editor: JoergHeinicke <jo...@gmx.de>
   Wiki: Cocoon Wiki
   Page: CocoonPerformance
   URL: http://wiki.apache.org/cocoon/CocoonPerformance

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,5 +1,5 @@
 The main document is [http://cocoon.apache.org/2.1/performancetips.html Performance Tips] in the core documentation. Be sure to read and understand the comments in cocoon.xconf and associated component documentation.[[BR]]
-See also: LenyaPerformance.[[BR]]
+See also: Lenya Performance.[[BR]]
 See also: CocoonPerformanceResults for results/graphs of one stress testing exercise.
 
 ----
@@ -20,9 +20,9 @@
 
 Another important change to configuration in the '''cocoon.xconf'''. It is related to [http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107666537511906&w=2 use-persistent-cache]:
 
-{{{
-<transient-store logger="core.store.transient">
-   <parameter name="maxobjects" value="1000"/>
-   <parameter name="use-persistent-cache" value="false"/>
- </transient-store>
+{{{
+<transient-store logger="core.store.transient">
+   <parameter name="maxobjects" value="1000"/>
+   <parameter name="use-persistent-cache" value="false"/>
+ </transient-store>
 }}}