当我改为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。我该如何解决?
答案 0 :(得分:1)
在Android Studio中,按“帮助”菜单,然后选择“#34;编辑自定义VM选项"”。这应该打开正确的文件。
请注意,在我的情况下,这确实是正确的文件,但仍然有*DO NOT* modify this file directly
注释。所以我忽略了它。