android studio增加堆大小不适用于2.1.2

时间:2016-06-29 12:49:58

标签: android android-studio

当我改为bin / studio.vmoptions时,android studio的堆大小没有增加。 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
#
-Xms256m
-Xmx4096m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=200m
-XX:+UseCompressedOops

但堆大小仍为676mb。我该如何解决?

1 个答案:

答案 0 :(得分:1)

在Android Studio中,按“帮助”菜单,然后选择“#34;编辑自定义VM选项"”。这应该打开正确的文件。

请注意,在我的情况下,这确实是正确的文件,但仍然有*DO NOT* modify this file directly注释。所以我忽略了它。