Created
January 26, 2015 10:02
-
-
Save keyboardsurfer/501d2661243f7d3d6d95 to your computer and use it in GitHub Desktop.
My vmoptions for android studio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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