Skip to content

Instantly share code, notes, and snippets.

@sgrankin
Created December 16, 2016 17:01
Show Gist options
  • Save sgrankin/6afcb577d5be842195a036f488dcd92a to your computer and use it in GitHub Desktop.
Save sgrankin/6afcb577d5be842195a036f488dcd92a to your computer and use it in GitHub Desktop.
idea.vmoptions - my current IntelliJ vm options
-Xms4g
-Xmx4g
-XX:-UseParNewGC
-XX:-UseConcMarkSweepGC
-XX:ReservedCodeCacheSize=1g
-XX:+UseG1GC
-XX:+DisableExplicitGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment