You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fr...@apache.org on 2002/02/05 21:35:25 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/store StoreJanitorImpl.java

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:cs@ffzj0ia9.bank.dresdner.net">Christian Schmitt</a>
    * @author <a href="mailto:g-froehlich@gmx.de">Gerhard Froehlich</a>
    * @author <a href="mailto:proyal@managingpartners.com">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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org