Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created June 9, 2014 17:06
Show Gist options
  • Save marti1125/a3ddbc5723ed0780b46e to your computer and use it in GitHub Desktop.
Save marti1125/a3ddbc5723ed0780b46e to your computer and use it in GitHub Desktop.
change size of memory for play framework project
jvm.memory=-Xmx2G -Xms2G -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment