1、问题:
启动idea警告提示
The IDE is running low on memory and this might affect performance. Please consider increasing available heap
idea版本:2022.1.2
2、解决方法:
进入Help,点击Find Action
输入vmoptions
Xmx值设为2048或者更大。
Xmx为最大允许分配的堆内存。可以按照自己的需求分配。
1、问题:
启动idea警告提示
The IDE is running low on memory and this might affect performance. Please consider increasing available heap
idea版本:2022.1.2
2、解决方法:
进入Help,点击Find Action
输入vmoptions
Xmx值设为2048或者更大。
Xmx为最大允许分配的堆内存。可以按照自己的需求分配。