在使用 IDEA, 发现一个问题File size exceeds configured limit (2560000). Code insight features not available.

[Intellij IDEA]File size exceeds configured limit(2560000). Code insight features are not available[Intellij IDEA]File size exceeds configured limit(2560000). Code insight features are not available

原因:

    IDEA对能关联的文件大小做了限制,主要是为了保护内存,默认值为2500kb,对于一般的java文件也够用了,只是这里我用protocbuf生成的java文件过大,达到3M多。

    其设置在...JetBrains\IntelliJ IDEA 15.0.3\bin 目录下的idea.properties文件。

[Intellij IDEA]File size exceeds configured limit(2560000). Code insight features are not available

[Intellij IDEA]File size exceeds configured limit(2560000). Code insight features are not available

默认值为2500kb

解决方法:

            这里我将其修改为9999999kb,解决问题。

 

相关文章:

  • 2022-12-23
  • 2021-08-27
  • 2021-11-18
  • 2022-12-23
  • 2022-02-07
  • 2021-10-21
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2022-01-02
  • 2021-05-19
  • 2021-06-19
  • 2022-01-08
  • 2022-01-26
相关资源
相似解决方案