Created
April 25, 2019 10:17
-
-
Save yamert/8c1d215c0a1f7a273d0c38c1335837e8 to your computer and use it in GitHub Desktop.
IntelliJ Idea, how to increase file limit (from 2.56 Mb default)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/23057988/file-size-exceeds-configured-limit-2560000-code-insight-features-not-availabl | |
# https://stackoverflow.com/questions/13578062/how-to-increase-ide-memory-limit-in-intellij-idea-on-mac/13581526#13581526 | |
# Help -> Edit custom properties... | |
# size in Kb | |
idea.max.intellisense.filesize=10000 | |
# size in Kb | |
idea.max.content.load.filesize=10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment