cziegeler 2003/08/15 06:42:31
Modified: lib jars.xml
src/webapp/WEB-INF cocoon.xconf
Added: lib/core excalibur-store-20030815.jar
Removed: lib/core excalibur-store-20030726.jar
Log:
Updating to latest store version
Revision Changes Path
1.1 cocoon-2.1/lib/core/excalibur-store-20030815.jar
<<Binary file>>
1.76 +2 -2 cocoon-2.1/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- jars.xml 7 Aug 2003 16:40:22 -0000 1.75
+++ jars.xml 15 Aug 2003 13:42:31 -0000 1.76
@@ -184,7 +184,7 @@
support high level server development.
</description>
<used-by>Cocoon</used-by>
- <lib>core/excalibur-store-20030726.jar</lib>
+ <lib>core/excalibur-store-20030815.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
1.26 +7 -1 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.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- cocoon.xconf 7 Aug 2003 08:40:39 -0000 1.25
+++ cocoon.xconf 15 Aug 2003 13:42:31 -0000 1.26
@@ -451,12 +451,16 @@
| -Xmx200000000
| store-janitor settings:
| <parameter name="freememory" value="5000000"/>
- | <parameter name="heapsize" value="150000000"/>
+ | <parameter name="heapsize" value="196000000"/>
|
| 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 should be greater than amount of memory necessary for normal
| application operation.
+ | BUT: The heap size of the memory of the JVM is a little bit less than
+ | the value you specify for -Xmx, so you have to set the heapsize
+ | for the store janitor to a value which is lower (2% less thems
+ | to be a working value).
+-->
<store-janitor logger="core.store.janitor">
<!-- How much free memory shall be available in the jvm -->
@@ -474,6 +478,8 @@
<!-- How much percent of the elements of each registered Store
shall be removed when low on memory. Default 10% -->
<parameter name="percent_to_free" value="10"/>
+ <!-- Invoke the garbage collector when low memory is reached -->
+ <parameter name="invokegc" value="false"/>
</store-janitor>
<!-- ========================= Protocol Handlers =========================== -->