I'm using the Statistic
plugin for IntelliJ IDEA
. For one project of mine which has around 15.000 Java source code lines, Statistic
gets stuck at 92% progress and then IntelliJ
displays the following Out of Memory
dialog:
I tried increasing the memory but that causes IntelliJ
to refuse starting up so I had to set the default 512MB
again.
Why is this caused and how can it be fixed so I can calculate statistics about my project again? Note that the error does not appear with "smaller" projects. In TaskManager
, IntelliJ
is at about 980MB
of RAM
usage but my machine has about 7GB
RAM
left in total.