I recently reinstalled ubuntu (about a month ago) and gnome-shell usually uses about 150-300 MB ram but suddenly from the last 2 days, gnome-shell is taking a lot of ram(Even jumps up to 2GB). I only have 4GB ram, so this is a big issue for me.
I can fix this by restarting gnome-shell but even after 10 minutes of use, I have to restart it again. Is there any way to fix/avoid this?
Note: I'm on ubuntu 20.04
pmap `pgrep gnome-shell` | grep -v -i deleted > /tmp/gnome-pmap1.dump
when you first starts the gnome-shell, then run that again after some time when the problem arises this time to the filegnome-pmap2.dump
. – Parsa Mousavi Aug 12 '20 at 08:46diff -y --suppress-common-lines those-two-files
.Then see what makes the difference.That might help you to file a decent bug report that helps the developers to figure out the problem more easily.But that's not needed when you use the ubuntu-bug program as mentioned in the above guide,because it collects relevant information automatically.Hope it helps :) – Parsa Mousavi Aug 12 '20 at 08:46