My computer is running sooo slow.
It has a heap of loop file systems, which seems excessive although I'm really unsure of what to do, but it crashes sometimes when I'm just watching YouTube, with nothing else open, so understandable I hope to fix this issue. It's also maxed out on swap memory.
I'm not great with terminology, but I am happy to provide any additional info if needed. I'm running Ubuntu 19.04.
Any help will be hugely appreciated :)
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4043 sayne 20 0 3792640 186512 49396 R 100.0 4.8 6:37.29 gnome-shell
2993 root 20 0 300548 69696 58704 R 50.0 1.8 13:58.37 Xorg
32412 sayne 20 0 12048 3632 2688 R 50.0 0.1 0:07.84 top
1 root 20 0 168152 5604 2740 S 0.0 0.1 0:10.82 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd
3 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_gp
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 rcu_par_gp
top
in a terminal to see what is going on. Also, have a look at this, maybe your issue is similar: https://askubuntu.com/q/1143924/874649 – Elias Aug 07 '19 at 05:25top
command shows a list of processes, by default sorted so that the most CPU-consuming processes are at the top of the list. Which processes do you see there when you runtop
and what is shown in the "%CPU" column? – Elias Aug 07 '19 at 05:56top
shows, then it will be easier for others to help. – Elias Aug 07 '19 at 05:58gnome-shell
process that is causing trouble, since it uses 100% CPU. – Elias Aug 07 '19 at 06:15sudo apt update
and thensudo apt upgrade
-- does that help? – Elias Aug 07 '19 at 06:21