Skip to content

Instantly share code, notes, and snippets.

@keyboardsurfer
Created January 26, 2015 10:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keyboardsurfer/501d2661243f7d3d6d95 to your computer and use it in GitHub Desktop.
Save keyboardsurfer/501d2661243f7d3d6d95 to your computer and use it in GitHub Desktop.
My vmoptions for android studio
-Xms1G
-Xmx8G
-XX:MaxPermSize=4G
-XX:ReservedCodeCacheSize=512m
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djna.nosys=true
-Djna.boot.library.path=
-Djna.debug_load=true
-Djna.debug_load.jna=true
-Djsse.enableSNIExtension=false
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:+HeapDumpOnOutOfMemoryError
-Dawt.useSystemAAFontSettings=lcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment