You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by as...@apache.org on 2004/07/13 04:14:57 UTC

cvs commit: jakarta-turbine-jcs/src/scripts tester.bat

asmuts      2004/07/12 19:14:57

  Modified:    src/scripts tester.bat
  Log:
  Added -verbosegc for watching the garbage collector.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-jcs/src/scripts/tester.bat
  
  Index: tester.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/scripts/tester.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tester.bat	25 May 2004 05:27:42 -0000	1.2
  +++ tester.bat	13 Jul 2004 02:14:57 -0000	1.3
  @@ -5,7 +5,7 @@
   rem-Dlog4j.configuration=I:/dev/jakarta-turbine-jcs/src/scripts/log4j.properties
      
   :run
  -java -ms10m -mx400m  org.apache.jcs.access.TestCacheAccess /cache%1.ccf  %2 %3 %4 %5
  +java -ms90m -mx400m -verbosegc org.apache.jcs.access.TestCacheAccess /cache%1.ccf  %2 %3 %4 %5
    
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org