一、IDEA如图
二、解决
2.1 修改IDEA的内存堆
运行IntelliJ IDEA的Java虚拟机(JVM)分配一些预定义的内存量。默认值取决于平台。如果您遇到速度减慢,可能需要增加内存堆。
为运行IDE分配的堆大小与编译应用程序的堆大小不同。如果要为编译代码的生成过程配置堆大小,请打开设置Ctrl-Alt-S键,选择构建、执行、部署|编译器,并在共享生成进程堆大小字段
#1、点击Help->Change Memory Settings
#2、修改Maximum Heap Size的值 (默认值1024)
2.2 Show Memory Indicator
Show Memory Indicator (显示内存显示器)
显示内存堆 :
显示内存堆(详细)
文章来源:https://www.toymoban.com/news/detail-506811.html
三、参考资料
Increase the memory heap of the IDE
IntelliJ IDEA 修改内存大小,使得idea运行更流畅。
toolbox-app
解决idea提示Low Memory,The IDE is running low on memory and this might affect performance.
idea打开项目不运行,过一会就显示Low Memory,The IDE is running low on memory and this might affect performance.文章来源地址https://www.toymoban.com/news/detail-506811.html
到了这里,关于Intellij IDEA detected unusually high memory use的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!