how set JVM param on Gatling3.0.0?

I use the below command:

JAVA_OPTS="${JAVA_OPTS} -Xms8G -Xmx8G -Xmn128M"
export JAVA_OPTS
mvn clean compile gatling:test -Dusers=1000 -Dduring=300

right?

yes, or you can put the ops as properties within your maven surefire config in the pom.xml
probably better to do it that way.

There is an example on this site that shows passing jvm args: https://gatling.io/docs/2.3/extensions/maven_plugin/

Thanks a lot!

在 2018年11月6日星期二 UTC+8上午5:28:54,Jon Thor Austen写道: