Is it normal that IntelliJ + live reload eats almo...
# javascript
c
Is it normal that IntelliJ + live reload eats almost 10GB of RAM?
a
No, it is not normal. If you are using kotlin 1.5.0 gradle plugin, there is a known memory leak, try upgrading
👍 1
c
I'm using 1.5.20 and was previously using 1.5.10.
c
how do you measure ram usage?
c
System monitor (ksysguard) which is why it's really not precise. I noticed it because after using live reload all day I use ~half of my swap, which never happens otherwise (and it's consistent) Not really sure if it's caused by Gradle, webpack, the Kotlin compiler itself or anything else though
I've got 16GB RAM + 16GB Swap
c
and also check your idea jvm memory settings
c
I'm now using IntelliJ EAP and that problem seems mostly gone (it's now ~5 GB instead of 15–20), which is manageable
So I'm going to assume that's already known about