Author: pmouawad Date: Sun Sep 14 14:13:07 2014 New Revision: 1624853 URL: http://svn.apache.org/r1624853 Log: Comment NEW size default sizing as usually users change Heap but don't change this one which depends on Heap sizing. Modified: jmeter/trunk/bin/jmeter Modified: jmeter/trunk/bin/jmeter URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter?rev=1624853&r1=1624852&r2=1624853&view=diff ============================================================================== --- jmeter/trunk/bin/jmeter (original) +++ jmeter/trunk/bin/jmeter Sun Sep 14 14:13:07 2014 @@ -90,8 +90,8 @@ HEAP="-Xms512m -Xmx512m" # There's an awful lot of per-sample objects allocated during test run, so we # need a large eden to avoid too frequent scavenges -- you'll need to tune this -# down proportionally if you modify the HEAP values above: -NEW="-XX:NewSize=128m -XX:MaxNewSize=128m" +# down proportionally if you modify the HEAP values above, below example is fine for 512m of Heap: +# NEW="-XX:NewSize=128m -XX:MaxNewSize=128m" # This ratio and target have been proven OK in tests with a specially high # amount of per-sample objects (the HtmlParserHTMLParser tests):