froehlich 02/03/17 05:44:39
Modified: src/webapp cocoon.xconf
Log:
more doc update
Revision Changes Path
1.41 +4 -5 xml-cocoon2/src/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- cocoon.xconf 15 Mar 2002 11:47:56 -0000 1.40
+++ cocoon.xconf 17 Mar 2002 13:44:39 -0000 1.41
@@ -103,16 +103,15 @@
Be careful with the heapsize and freememory parameters. Wrong values can
cause high cpu usage. Example configuration:
Jvm settings:
- -Xms100000000 -Xmx200000000
+ -Xmx200000000
store-janitor settings:
<parameter name="freememory" value="5000000"/>
<parameter name="heapsize" value="150000000"/>
- Heapsize *must* be higher then the -Xms parameter and *must* be lower or
- equal than -Xmx. It is recommended to have heapsize equal to -Xmx, especially
+ It is recommended to have heapsize equal to -Xmx, especially
on Sun's JVM which are unable to shrink its heap once it grows above minimum.
- Freememory parameter *must* be lower than -Xms, and should be greater than
- amount of memory necessary for normal application operation.
+ Freememory should be greater than amount of memory necessary for normal
+ application operation.
-->
<store-janitor class="org.apache.cocoon.components.store.StoreJanitorImpl"
logger="core.store.janitor">
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]