vgritsenko 2003/07/30 21:26:53
Modified: src/webapp/WEB-INF cocoon.xconf
Log:
* sun's 64mb is less then 64mb
* increase free memory to 2mb
* new janitor parameter
Revision Changes Path
1.24 +6 -3 cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- cocoon.xconf 15 Jul 2003 16:47:27 -0000 1.23
+++ cocoon.xconf 31 Jul 2003 04:26:53 -0000 1.24
@@ -459,12 +459,15 @@
+-->
<store-janitor logger="core.store.janitor">
<!-- How much free memory shall be available in the jvm -->
- <parameter name="freememory" value="1000000"/>
+ <parameter name="freememory" value="2048000"/>
<!-- Indicates the limit of the jvm memory consumption. The default max
- heapsize for Sun's JVM is 64Mb -->
- <parameter name="heapsize" value="67108864"/>
+ heapsize for Sun's JVM is (almost) 64Mb -->
+ <parameter name="heapsize" value="66600000"/>
<!-- How often shall the cleanup thread check memory -->
<parameter name="cleanupthreadinterval" value="10"/>
+ <!-- Experimental adaptive algorithm for cleanup interval
+ <parameter name="adaptivethreadinterval" value="true"/>
+ -->
<!-- Indicates the thread priority of the cleanup thread -->
<parameter name="threadpriority" value="5"/>
<!-- How much percent of the elements of each registered Store