Skip to content

Instantly share code, notes, and snippets.

@MarKco
Created January 28, 2016 14:58
Show Gist options
  • Save MarKco/1ae7918daf867a378a2f to your computer and use it in GitHub Desktop.
Save MarKco/1ae7918daf867a378a2f to your computer and use it in GitHub Desktop.
studio.vmoptions
#
# *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
-Xms256m
-Xmx750m
-XX:MaxPermSize=350m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-XX:-OmitStackTraceInFastThrow
-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
-XX:-OmitStackTraceInFastThrow
-Dawt.useSystemAAFontSettings=lcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment