本文主要是介绍解决idea提示Low Memory,The IDE is running low on memory and this might affect performance.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1. 打开idea如下页面
2. 点击Edit Custom VM Options
3. 新增元空间MaxMetaspaceSize配置
在如下图所示内容中,新增-XX:MaxMetaspaceSize=2048m配置即可
这篇关于解决idea提示Low Memory,The IDE is running low on memory and this might affect performance.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!