java

关注公众号 jb51net

关闭
首页 > 软件编程 > java > Idea报错There is not enough memory to perform the requested operation

解决Idea报错There is not enough memory to perform the requested operation问题

作者:-停泊

在使用Idea开发过程中,可能会遇到因内存不足导致的闪退问题,出现"There is not enough memory to perform the requested operation"错误时,可以通过调整Idea的虚拟机选项来解决,方法是在Idea的Help菜单中选择Edit Custom VM Options

Idea报错There is not enough memory to perform the requested operation

今天突然遇到Idea 闪退报错:

There is not enough memory to perform the requested operation

改了几次都不行,一会还是报错。

1.在Idea的菜单中单击Help

然后点击Edit Custom VM Options选项。

2.弹出一个文件对话框

对其中的数据进行修改

把Xms 、Xmx 和 XX:ReservedCodeCacheSize 都进行增加,然后重启。

比如我就增加了很多,就不再弹出来了。亲测有效,比别的说的强多了。

重启Idea 就可以了。

总结

以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。

您可能感兴趣的文章:
阅读全文