Hello everyone, are there any known memory problem...
# intellij
z
Hello everyone, are there any known memory problems (leaks etc.) with 2020.2? Right now i've set the heapspace to 8Gb but intellij is still having low memory problems. (i cant even create a memory snapshot to find the problem)
f
I am actually seeing something similar — combined with what looks to be like aggressive GC and general performance issues
z
Jepp, looking at the ideal.log i only get this in some kind of endless loop:
Copy code
2020-10-06 14:52:41,009 [1615941]   INFO - .openapi.util.LowMemoryWatcher - Low memory signal received: afterGc=true 
2020-10-06 14:54:25,127 [1720059]   INFO - .diagnostic.PerformanceWatcher - High memory usage (free 0 of 8125 MB) while dumping threads to C:\Users\xxxx\AppData\Local\JetBrains\IntelliJIdea2020.2\log\threadDumps-freeze-20201006-143613-IU-202.7319.50\threadDump-20201006-144943.txt
Interesting fact: If i close all files from the project it stays at ~480M
@Francis Altomare Do you also have problems with freezinng while typing / using copy-paste?
v
Oh, I too have problems with copy-paste, lots of freezing. Are you using sealed classes? IntelliJ is really struggling with my sealed classes.
z
No, i found the error in a file with a ton of type parameters https://youtrack.jetbrains.com/issue/KT-42499
@v79 i never had problems with sealed classes. but i never used them excessivly. Like my biggest "sealed tree" has like 7 leaves.
m
@zeugederunity Hello! Could you please report the problem to our issue tracker http://kotl.in/issue? Please, attach code example if possible and automatic thread dumps which you can find in Help | Show Log In Finder (https://intellij-support.jetbrains.com/hc/en-us/articles/206544899-Getting-a-thread-dump-when-IDE-hangs-and-doesn-t-respond) Thank you!🙂