cziegeler 2003/08/15 07:34:43
Modified: store/src/java/org/apache/excalibur/store/impl
StoreJanitorImpl.java
Log:
Updating javadocs
Revision Changes Path
1.13 +2 -1
avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/StoreJanitorImpl.java
Index: StoreJanitorImpl.java
===================================================================
RCS file:
/home/cvs/avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/StoreJanitorImpl.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- StoreJanitorImpl.java 15 Aug 2003 12:59:58 -0000 1.12
+++ StoreJanitorImpl.java 15 Aug 2003 14:34:43 -0000 1.13
@@ -116,6 +116,7 @@
* and the less free memory is left, the shorter is the cleanup time.</LI>
* <LI><B>threadpriority</B>: priority of the thread (1-10). (Default: 10)</LI>
* <LI><B>percent_to_free</B>: What fraction of the store to free when memory
is low (1-100). (Default: 10%)</LI>
+ * <LI><B>invokegc</B>: Invoke the gc on low memory first (true|false;
default: false)</LI>
* </UL>
*
* @param params the Configuration of the application
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]