Created
June 5, 2017 03:22
-
-
Save YuanLiou/888d5a3099a7ea81e7faa73993763aa1 to your computer and use it in GitHub Desktop.
Custom AndroidStudio 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, see https://developer.android.com/studio/intro/studio-config.html | |
| -Xms1024m | |
| -Xmx3072m | |
| -XX:MaxPermSize=1024m | |
| -XX:ReservedCodeCacheSize=440m | |
| -XX:+UseCompressedOops | |
| -XX:+HeapDumpOnOutOfMemoryError | |
| -Dfile.encoding=UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment