Is it possible to open file larger than 2GB?

Answered

Hi, 

I tried to modify the two configurations below, but it seems that IDEA can only open file less than 2GB.

Is there a way to open file larger than 2GB?

# Maximum file size (kilobytes) IDE should provide code assistance for.
idea.max.intellisense.filesize=‭2147483647‬

# Maximum file size (kilobytes) IDE is able to open.
idea.max.content.load.filesize=‭2147483647‬
0
1 comment

We implemented Large File Editor plugin into platform code in IntelliJ IDEA 2019.2. The plugin opens large files automatically without any size limits.

Please update your IntelliJ IDEA. 

2

Please sign in to leave a comment.