If I try to open a text file larger than 20MB, I get the message: File <path>
is too large (21.97MB). Where could I relax this restriction?
Go to a file in the current solutionPress Ctrl+Shift+T or choose Navigate | Go to File... from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there.
Found by inspecting intellij source code:
you have to edit the property idea.max.intellisense.filesize
in idea.properties
located in idea_home/bin
.
The maximum file size to load = max(20MB, <value of idea.max.intellisense.filesize>)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With