Skip to content

Instantly share code, notes, and snippets.

@janosgyerik
Created May 15, 2012 15:06
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 janosgyerik/2702479 to your computer and use it in GitHub Desktop.
Save janosgyerik/2702479 to your computer and use it in GitHub Desktop.
Increase JVM heap size
java -Xms64m -Xmx256m -XX:MaxPermSize=128m HelloWorld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment