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 2021/03/27 15:37:21 UTC

[jmeter] branch master updated: Fix get-started typo in JVM parameter (#653)

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new bbd7bbe  Fix get-started typo in JVM parameter (#653)
bbd7bbe is described below

commit bbd7bbe78b4a9c760287975a7626c19fed86744c
Author: ooooo-youwillsee <29...@qq.com>
AuthorDate: Sat Mar 27 23:37:10 2021 +0800

    Fix get-started typo in JVM parameter (#653)
    
    Fix problem for 'export HEAP="-Xms1G -Xmx1G -XMaxMetaspaceSize=192m"'
---
 xdocs/usermanual/get-started.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/get-started.xml b/xdocs/usermanual/get-started.xml
index 1265d83..6cd1319 100644
--- a/xdocs/usermanual/get-started.xml
+++ b/xdocs/usermanual/get-started.xml
@@ -316,7 +316,7 @@ will override the HEAP settings in the script.
 # it will be sourced in by bin/jmeter
 
 # Use a bigger heap, but a smaller metaspace, than the default
-export HEAP="-Xms1G -Xmx1G -XMaxMetaspaceSize=192m"
+export HEAP="-Xms1G -Xmx1G -XX:MaxMetaspaceSize=192m"
 
 # Try to guess the locale from the OS. The space as value is on purpose!
 export JMETER_LANGUAGE=" "