You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/09/28 19:19:03 UTC

svn commit: r1810036 - in /jmeter/trunk/bin: jmeter jmeter.bat

Author: pmouawad
Date: Thu Sep 28 19:19:03 2017
New Revision: 1810036

URL: http://svn.apache.org/viewvc?rev=1810036&view=rev
Log:
Add MaxMetaspaceSize

Modified:
    jmeter/trunk/bin/jmeter
    jmeter/trunk/bin/jmeter.bat

Modified: jmeter/trunk/bin/jmeter
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter?rev=1810036&r1=1810035&r2=1810036&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter (original)
+++ jmeter/trunk/bin/jmeter Thu Sep 28 19:19:03 2017
@@ -85,7 +85,7 @@ PRGDIR=`dirname "$PRG"`
 
 # This is the base heap size -- you may increase or decrease it to fit your
 # system's memory availability:
-HEAP="-Xms512m -Xmx512m"
+HEAP="-Xms512m -Xmx512m -XX:MaxMetaspaceSize=256m"
 
 #VERBOSE_GC="-verbose:gc -Xloggc:gc_jmeter_%p.log -XX:+PrintGCDetails -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+PrintHeapAtGC -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps"
 

Modified: jmeter/trunk/bin/jmeter.bat
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.bat?rev=1810036&r1=1810035&r2=1810036&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.bat (original)
+++ jmeter/trunk/bin/jmeter.bat Thu Sep 28 19:19:03 2017
@@ -75,7 +75,7 @@ rem http://docs.oracle.com/javase/8/docs
 
 rem See the unix startup file for the rationale of the following parameters,
 rem including some tuning recommendations
-set HEAP=-Xms512m -Xmx512m
+set HEAP=-Xms512m -Xmx512m -XX:MaxMetaspaceSize=256m
 
 rem Uncomment this to generate GC verbose file
 rem set VERBOSE_GC=-verbose:gc -Xloggc:gc_jmeter_%%p.log -XX:+PrintGCDetails -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+PrintHeapAtGC -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps