Open the jmeter.bat file and then add following
HEAP=-Xms1g -Xmx1g
Change to 12GB following like this
HEAP=-Xms12g -Xmx12g
Open the jmeter.bat file and then add following
HEAP=-Xms1g -Xmx1g
Change to 12GB following like this
HEAP=-Xms12g -Xmx12g
Open the Terminal
Prepend sudo if logged in as not-privileged user, ie.
sudo nano
nano /etc/profile
add following :
export JAVA_HOME="path that you found"
export PATH=$JAVA_HOME/bin:$PATH
source /etc/profile
to apply changes immediately in your current shellStep 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...