问题描述
我已经安装了 Android Studio 1.0 RC 2.我安装了 4GB 的 RAM,但是在启动 Android Studio 并启动 Android Emulator 之后,超过 90% 的物理内存仅被这两个使用.有什么办法可以减少这种内存使用吗?由于这个内存问题,我无法同时打开其他应用程序.
I had installed Android Studio 1.0 RC 2. I have 4GB of RAM installed, but after starting Android Studio and launching Android Emulator, more than 90% of physical memory has been used by only these two. Is there is any way to reduce this memory use? Due to this memory issue, I can't open other applications at the same time.
推荐答案
我目前在具有 6 gigs RAM 的 Windows 8.1 机器上运行 Android Studio.
I'm currently running Android Studio on Windows 8.1 machine with 6 gigs of RAM.
我发现在 android studio 中禁用 VCS 并使用外部程序来处理 VCS 有很大帮助.您可以通过转到文件->设置->插件来禁用 VCS 并禁用以下内容:
I found that disabling VCS in android studio and using an external program to handle VCS helped a lot. You can disable VCS by going to File->Settings->Plugins and disable the following:
- CVS 集成
- Git 集成
- GitHub
- Google 云测试
- Google 云工具核心
- 适用于 Android Studio 的 Google Cloud 工具
- hg4idea
- Subversion 集成
- Mercurial 集成
- TestNG-J
这篇关于Android studio 占用太多内存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!