You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/03/15 12:20:32 UTC

svn commit: r518583 - /jakarta/jmeter/branches/rel-2-2/bin/jmeter

Author: sebb
Date: Thu Mar 15 04:20:31 2007
New Revision: 518583

URL: http://svn.apache.org/viewvc?view=rev&rev=518583
Log:
Fix typo; remove GC debug

Modified:
    jakarta/jmeter/branches/rel-2-2/bin/jmeter

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter?view=diff&rev=518583&r1=518582&r2=518583
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter Thu Mar 15 04:20:31 2007
@@ -64,7 +64,7 @@
 TENURING="-XX:MaxTenuringThreshold=2"
 
 # This evacuation ratio is OK (see the comments for SURVIVOR) during test
-# runs -- no so sure about operations that bring a lot of long-lived information into
+# runs -- not so sure about operations that bring a lot of long-lived information into
 # memory in a short period of time, such as loading tests or listener data files.
 # Increase it if you experience OutOfMemory problems during those operations
 # without having gone through a lot of Full GC-ing just before the OOM:
@@ -78,7 +78,7 @@
 PERM="-XX:PermSize=64m -XX:MaxPermSize=64m"
 
 # Finally, some tracing to help in case things go astray:
-DEBUG="-verbose:gc -XX:+PrintTenuringDistribution"
+#DEBUG="-verbose:gc -XX:+PrintTenuringDistribution"
 
 SERVER="-server"
 



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