美文网首页
AndroidStudio 运行慢

AndroidStudio 运行慢

作者: 维克多Jiffy | 来源:发表于2017-04-27 11:35 被阅读0次

官方连接

AndroidStudio运行慢、启动慢、编译慢?怎么可能!现在8G的内存,无论有没有SSD都不会卡顿,只是你忘记设置了而已。

1. 点击Help>Edit Custom VM Options以打开studio.vmoptions文件。(第一次使用,点“Yes”,创建一个)
2. 在studio.vmoptions文件中输入    -Xmx2g,保存并重启Studio就可以了。

查看方法:Settings --> Appearance(Mac: AndroidStudio-->Preferences),选中 WindowOptions--->Show memory indicator选项, 右下角会显示Heap的大小和使用情况。

相关文章

网友评论

      本文标题:AndroidStudio 运行慢

      本文链接:https://www.haomeiwen.com/subject/gupgzttx.html