-
-
Save lazercorn/d15ecfbcd176262a14928d17fcd436c7 to your computer and use it in GitHub Desktop.
My custom Android Studio VM options
This file contains hidden or 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
| # custom Android Studio VM options | |
| # | |
| # *DO NOT* modify this file directly. If there is a value that you would like to override, | |
| # please add it to your user specific configuration file. | |
| # | |
| # See http://tools.android.com/tech-docs/configuration | |
| # | |
| -server | |
| -Xms1G | |
| -Xmx2G | |
| -XX:MaxPermSize=1G | |
| -XX:ReservedCodeCacheSize=512m | |
| -XX:+UseConcMarkSweepGC | |
| -XX:SoftRefLRUPolicyMSPerMB=50 | |
| -da | |
| -Djna.nosys=true | |
| -Djna.boot.library.path= | |
| -Djna.debug_load=true | |
| -Djna.debug_load.jna=true | |
| -Dsun.io.useCanonCaches=false | |
| -Djava.net.preferIPv4Stack=true | |
| -XX:+HeapDumpOnOutOfMemoryError | |
| -Didea.paths.selector=AndroidStudio2.1 | |
| -Didea.platform.prefix=AndroidStudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment