QA & QE 업무 전략/QA Appendix

Android Studio Memory 설정

얍얍폴폴 2016. 4. 8. 10:49




#

# *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

#

-Xms256m

-Xmx256m

-XX:MaxPermSize=350m

-XX:ReservedCodeCacheSize=96m

-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

-Didea.paths.selector=AndroidStudio1.5

-Didea.platform.prefix=AndroidStudio