2016-06-29 4 views
0

bin/studio.vmoptions로 변경하면 android studio의 힙 크기가 증가하지 않습니다. studio.vmoptions 파일은 다음과 같습니다.android studio 2.13에서 작동하지 않는 힙 크기 증가

# 
# *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 
-Xmx4096m 
-XX:MaxPermSize=1024m 
-XX:ReservedCodeCacheSize=200m 
-XX:+UseCompressedOops 

힙 크기는 여전히 676MB입니다. 어떻게 해결할 수 있습니까?

+1

답변으로 추가하면 받아 들일 것입니다. :) 감사합니다! @MisterSmith –

+0

나는 적절한 대답을 게시했다. 천만에요. –

답변

1

Android Studio의 경우 도움말 메뉴를 누른 다음 "맞춤 VM 옵션 편집"을 선택하십시오. 올바른 파일이 열립니다.

필자의 경우 올바른 파일이지만 실제로는 *DO NOT* modify this file directly 개의 댓글이 있음을 알 수 있습니다. 그래서 나는 그것을 무시했습니다.