[jboss-cvs] jboss-jms/src/main/org/jboss/messaging/core/memory ...

Timothy Fox tim.fox at jboss.com
Thu Jul 27 15:01:56 EDT 2006


  User: timfox  
  Date: 06/07/27 15:01:56

  Modified:    src/main/org/jboss/messaging/core/memory 
                        SimpleMemoryManager.java
  Log:
  Mainly http://jira.jboss.com/jira/browse/JBMESSAGING-434 plus a few other bits and pieces
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-jms/src/main/org/jboss/messaging/core/memory/SimpleMemoryManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SimpleMemoryManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/src/main/org/jboss/messaging/core/memory/SimpleMemoryManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SimpleMemoryManager.java	27 Jun 2006 19:44:40 -0000	1.1
  +++ SimpleMemoryManager.java	27 Jul 2006 19:01:56 -0000	1.2
  @@ -27,9 +27,9 @@
    * A MemoryManager
   
    * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
  - * @version <tt>$Revision: 1.1 $</tt>
  + * @version <tt>$Revision: 1.2 $</tt>
    *
  - * $Id: SimpleMemoryManager.java,v 1.1 2006/06/27 19:44:40 timfox Exp $
  + * $Id: SimpleMemoryManager.java,v 1.2 2006/07/27 19:01:56 timfox Exp $
    *
    */
   public class SimpleMemoryManager implements MemoryManager
  @@ -144,7 +144,7 @@
               
               if (100 * availableMemory / totalMemory <= freeMemoryPercent)
               {
  -               log.warn("Less than " + freeMemoryPercent + "% of total available memory free");
  +               //log.warn("Less than " + freeMemoryPercent + "% of total available memory free");
                  
                  low = true;
               }
  
  
  



More information about the jboss-cvs-commits mailing list