Skip to content

Instantly share code, notes, and snippets.

@ylgrgyq
Last active October 21, 2016 02:41
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 ylgrgyq/b6162cef2d6936f3d8d0cc5c086f363a to your computer and use it in GitHub Desktop.
Save ylgrgyq/b6162cef2d6936f3d8d0cc5c086f363a to your computer and use it in GitHub Desktop.
java -XX:+PrintFlagsFinal -version
eg. you can check the default thread stack size by "java -XX:+PrintFlagsFinal -version | grep ThreadStackSize"
Get this idea from: http://stackoverflow.com/questions/6020619/where-to-find-default-xss-value-for-sun-oracle-jvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment