Skip to content

Instantly share code, notes, and snippets.

@aserrallerios
Last active March 2, 2018 10:23
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 aserrallerios/53d4f4d9d484b0affdc3c7d5e4b5859e to your computer and use it in GitHub Desktop.
Save aserrallerios/53d4f4d9d484b0affdc3c7d5e4b5859e to your computer and use it in GitHub Desktop.
JVM memory

Max memory = [-Xmx] + [-XX:MaxPermSize] + number_of_threads * [-Xss] + [-XX:MaxDirectMemorySize] + [-XX:MaxMetaspaceSize]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment