[IntelliJ] JetBrains系のIDEで2.5M以上のファイルが開けない時
公式にあるけど、 Edit Custom Properties で設定して、再起動すると読めるようになる。
ちょっと長いログファイルとか結構大きいのあるので、2.5M以上は読めていいんじゃないかと思う。
(あげすぎには注意)
Configuring JVM options and platform properties – IDEs Support (IntelliJ Platform) | JetBrains
Help -> Edit Custom Properties
#---------------------------------------------------------------------
# Maximum file size (kilobytes) IDE should provide code assistance for.
# The larger file is the slower its editor works and higher overall system memory requirements are
# if code assistance is enabled. Remove this property or set to very large number if you need
# code assistance for any files available regardless their size.
#---------------------------------------------------------------------
idea.max.intellisense.filesize=2500