Skip to content

Instantly share code, notes, and snippets.

@YuanLiou
Created June 5, 2017 03:22
Show Gist options
  • Select an option

  • Save YuanLiou/888d5a3099a7ea81e7faa73993763aa1 to your computer and use it in GitHub Desktop.

Select an option

Save YuanLiou/888d5a3099a7ea81e7faa73993763aa1 to your computer and use it in GitHub Desktop.
Custom AndroidStudio VM options
# 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