Idea 加载大文件时报错:The file size exceeds configured limit

解决方法一:

Idea -> Help -> Editor Custom Properties,然后输入以下内容:

1
idea.max.intellisense.filesize=5000

该字段默认值是 2500,表示加载文件大小限制为 2.5 M ,可以按需修改为更大的值。

解决方法二:

修改 Idea 安装目录\bin 下的 idea.properties 文件,同样修改以下字段的值。

1
idea.max.intellisense.filesize=5000