2016-06-29 73 views
0

當我更改爲bin/studio.vmoptions,那麼android studio的堆大小不會增加。 studio.vmoptions文件是:android studio增加堆大小不工作2.1.2

# 
# *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評論。所以我只是無視它。