Skip to content

Instantly share code, notes, and snippets.

@lazercorn
Forked from haydarai/studio64.exe.vmoptions
Created March 3, 2019 00:16
Show Gist options
  • Save lazercorn/d15ecfbcd176262a14928d17fcd436c7 to your computer and use it in GitHub Desktop.
Save lazercorn/d15ecfbcd176262a14928d17fcd436c7 to your computer and use it in GitHub Desktop.
My custom Android Studio VM options
# 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