Mine is bigger than yours!
I've got a memory leak in plasmashell, it has at this moment more than 1 GB:
How can I identify the root of the leak?
I've got a memory leak in plasmashell, it has at this moment more than 1 GB:
Code:
pemartins@pemartins-X55U: ~ $ ps aux | grep plasmashell pemarti+ 18186 3.7 33.0 6041604 1195304 ? Sl 05:22 9:54 /usr/bin/plasmashell pemarti+ 31834 0.0 0.0 14432 964 pts/1 S+ 09:46 0:00 grep --color=auto plasmashell pemartins@pemartins-X55U: ~ $ apt policy plasma-desktop plasma-desktop: Installed: 4:5.12.5-0ubuntu0.1 Candidate: 4:5.12.5-0ubuntu0.1 Version table: *** 4:5.12.5-0ubuntu0.1 500 500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages 100 /var/lib/dpkg/status 4:5.12.4-0ubuntu1 500 500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages pemartins@pemartins-X55U: ~ $ uptime 09:46:46 up 12:07, 3 users, load average: 1,52, 1,97, 1,99 pemartins@pemartins-X55U: ~ $ uname -a Linux pemartins-X55U 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux pemartins@pemartins-X55U: ~ $ free total used free shared buff/cache available Mem: 3613648 2358588 391360 23656 863700 1170584 Swap: 3761148 26124 3735024
Comment