Skip to content
Advertisement

Space Error in Intelliji IDE – Intellij.ide.SystemHealthMonitor – Low disk space on a IntelliJ IDEA system directory partition [closed]

Due to low running memory – Intelliji is consistently throwing a pop up error

“low disk space error in intelliJ IDE.”(repeatedly)

Version – IntelliJ Idea Community version 14

Tried few suggestions from the official site https://www.jetbrains.com/idea/help/tuning-intellij-idea.html

None of the size increasing techniques solved this particular error. (Note – There are 100+ GB of free space the intelliji installed partition.)

Also tried a solution suggested in a forum – to add parameter -Didea.no.system.path.space.monitoring=true in /bin/idea.vmoptions file(located inside < intelliJ installed directory >) and restarted intelliJ,

But issue still persists. Any suggestions is most welcomed.

Advertisement

Answer

Its resolved after adding this parameter – idea.no.system.path.space.monitoring=true in /bin/idea.properties file.

Source – https://youtrack.jetbrains.com/issue/IDEA-118718

Advertisement