froehlich 02/02/05 12:35:25
Modified: src/java/org/apache/cocoon/components/store
StoreJanitorImpl.java
Log:
commented out explizit GC calls to test performance!
Revision Changes Path
1.10 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/store/StoreJanitorImpl.java
Index: StoreJanitorImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/store/StoreJanitorImpl.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- StoreJanitorImpl.java 4 Feb 2002 12:31:09 -0000 1.9
+++ StoreJanitorImpl.java 5 Feb 2002 20:35:25 -0000 1.10
@@ -74,7 +74,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Christian Schmitt</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Gerhard Froehlich</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Royal</a>
- * @version CVS $Id: StoreJanitorImpl.java,v 1.9 2002/02/04 12:31:09 cziegeler Exp $
+ * @version CVS $Id: StoreJanitorImpl.java,v 1.10 2002/02/05 20:35:25 froehlich Exp
$
*/
public class StoreJanitorImpl
extends AbstractLoggable
@@ -170,7 +170,7 @@
+ this.getJVM().freeMemory());
}
- this.freePhysicalMemory();
+ //this.freePhysicalMemory();
if (this.getLogger().isDebugEnabled()) {
this.getLogger().debug("Garbage collection complete, total
memory = "
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]