Is there a memory leak in the most recent version ...
# intellij
o
Is there a memory leak in the most recent version of Intellij IDEA Community edition? My computer's conky and htop setup are showing above 7gb mem usage. Though if i check where all these memory is allocated in KSysGuard then I dont get any heads up on the memory usage in place.
https://postimg.cc/mcStgpW6 Heres a gif showing the output now.
c
this channel is only for the kotlin idea plugin, see topic
also you can’t just add up all the memory of the threads that htop shows. most of the memory is shared memory.
o
Ok. So I just rebooted and this is the output of the command "ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' |cut -d "" -f2 | cut -d "-" -f1" from that link:
Copy code
2234.00 Mb /tmp/.mount_RamboxWSYPDn/app/rambox 
       913.05 Mb /usr/lib/jvm/openjdk
       806.01 Mb firefox 
       646.59 Mb /usr/lib/jvm/openjdk
       495.48 Mb /usr/lib/jvm/openjdk
       363.13 Mb /tmp/.mount_RamboxWSYPDn/app/rambox 
       284.95 Mb /usr/lib/jvm/openjdk
       266.41 Mb /tmp/.mount_RamboxWSYPDn/app/rambox 
       209.51 Mb /usr/lib/firefox/firefox 
       194.50 Mb /usr/lib/firefox/firefox 
       194.09 Mb /tmp/.mount_RamboxWSYPDn/app/rambox 
       122.19 Mb /usr/lib/firefox/firefox 
       108.97 Mb ksysguard 
       104.46 Mb /usr/lib/polkit
        92.37 Mb Thunar 
        88.12 Mb /usr/libexec/Xorg 
        67.42 Mb conky 
        63.31 Mb xfdesktop 
        57.43 Mb hexchat 
        50.12 Mb /usr/libexec/gnome
Rambox is the utility that I use to chat here, but my suspicions are still aloat since this is a reboot.
By the way I did a fresh reboot and use jemalloc as my malloc library
Though this increase of ram issue happened even before i installed jemalloc
o
Please file an issue in the IntelliJ issue tracker: https://youtrack.jetbrains.com/newissue?project=idea