Skip to content

Instantly share code, notes, and snippets.

@comchangs
Last active May 15, 2017 09:06
Show Gist options
  • Save comchangs/34683b68fd7da02c1d0986fd4f39c217 to your computer and use it in GitHub Desktop.
Save comchangs/34683b68fd7da02c1d0986fd4f39c217 to your computer and use it in GitHub Desktop.
Set java heap size for JMeter
# This is the base heap size -- you may increase or decrease it to fit your
# system's memory availablity:
HEAP="-Xms512m -Xmx512m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment