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.直接配置

idea 的Low Memory问题

选择上图里的 Configure,修改堆大小

idea 的Low Memory问题

2.通过配置修改

 菜单 Help—>选择 Edit Custom VM Options

idea 的Low Memory问题

会打开 idea64.exe.vmoptions文件,修改配置

-Xmx2048m

 

上一篇:idea Error: java: OutOfMemoryError: insufficient memory 的处理


下一篇:Pytorch训练时显存分配过程探究