Skip to content

Instantly share code, notes, and snippets.

@wangyung
Last active May 3, 2022 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangyung/3118c8fd0626b442c875ab33643b193e to your computer and use it in GitHub Desktop.
Save wangyung/3118c8fd0626b442c875ab33643b193e to your computer and use it in GitHub Desktop.
vmoptions for large memory and JDK 11
# For 32G+ memory and JDK11+
-Xss2m
-Xms1g
-Xmx8g
-XX:PermSize=512m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=256m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment