idea 的Low Memory问题
今天使用 idea 出现
Low Memory
The IDE is running low on memory and this might affect performance. Please consider increasing available heap.
原因:
IDE内存不足
解决方法:
1.直接配置
选择上图里的 Configure,修改堆大小
2.通过配置修改
菜单 Help—>选择 Edit Custom VM Options
会打开 idea64.exe.vmoptions文件,修改配置
-Xmx2048m