Intellij Large File Support

Answered

Hello,

I am trying to open large files via intellij and it keeps opening it in read only mode. I added the 2 properties to my intellij.properties file and I am still getting the same issue. What else could I try to do to fix the issue?

idea.max.intellisense.filesize=5000000000
idea.max.content.load.filesize=5000000000

 

0
5 comments

Did you add the lines via Help | Edit Custom Properties?

intellij.properties is not the correct file name.

0
Avatar
Permanently deleted user

Yes I did, Apologies the file name is idea.properties. And the file I am trying to open is about 4gb

0

Note that the size is in KB, try specifying some sane value.

If it still doesn't work, please share a sample file to reproduce the issue and the logs via Help | Collect Logs and Diagnostic Data at https://uploads.jetbrains.com .

0

I have the same problem and I could not solve it. Here is a big file that cannot be loaded in the editor: 2022_07_28_QEsTuFmRYj6VCPkhhA1yhL

Thanks for checking!

0

Zoltan

Could you collect a CPU snapshot of 10-15 seconds of the editor trying to open the file, and attach it to https://youtrack.jetbrains.com/issue/IDEA-298815 ?

0

Please sign in to leave a comment.