Skip to content

Instantly share code, notes, and snippets.

@mussatto
Created August 21, 2013 14:03
Show Gist options
  • Save mussatto/6294870 to your computer and use it in GitHub Desktop.
Save mussatto/6294870 to your computer and use it in GitHub Desktop.
intellij vmoptions
-Xms1280m
-Xmx1280m
-XX:MaxPermSize=350m
-XX:ReservedCodeCacheSize=64m
-XX:NewSize=128m
-XX:MaxNewSize=128m
-XX:+UseParNewGC
-XX:ParallelGCThreads=4
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=60
-ea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment