Skip to content

Instantly share code, notes, and snippets.

@yamert
Created April 25, 2019 10:17
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamert/8c1d215c0a1f7a273d0c38c1335837e8 to your computer and use it in GitHub Desktop.
Save yamert/8c1d215c0a1f7a273d0c38c1335837e8 to your computer and use it in GitHub Desktop.
IntelliJ Idea, how to increase file limit (from 2.56 Mb default)
# 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