Hello,
I needed to assign to the JVM a big amount of memory since I’m using huge CSV files as feeders.
The /bin/gatling.sh script overrides my custom memory JVM settings in the following line:
JAVA_OPTS="${JAVA_OPTS} -Xmx1G"
so I had to manually remove it.
Wouldn’t it make more sense to remove all the hardcoded JAVA_OPT settings from the start scripts?
Thanks,
BR,
Luca