Skip to content

Instantly share code, notes, and snippets.

@devnulled
Last active May 23, 2018 09:36
Show Gist options
  • Select an option

  • Save devnulled/4120215 to your computer and use it in GitHub Desktop.

Select an option

Save devnulled/4120215 to your computer and use it in GitHub Desktop.
Java VM Arguments for IntelliJ + Scala + Grails
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=128m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-server
-XX:NewSize=128m
-XX:+UseParNewGC
-XX:ParallelGCThreads=8
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=60
-Dgrails.disable.structure.update=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment