-1

I am using ubuntu operating system. After a period of experience, ubuntu's ram management is really not good. The device often overflows with RAM and cannot be controlled other than turning off the power button. The application is very limited.

1 Answers1

1

1- Increase your swap with help from: Increase swap in 20.04

2- Always have an eye on your ram using desktop applets that let you monitor system resources (like Resource Monitor extension on Gnome or xfce4-systemload-plugin on XFCE, or top/htop commands on terminal)

3- Kill RAM consuming tasks from system monitor apps (gnome-system-monitor if you're on Gnome or xfce4-taskmanager on XFCE)

4- Don't install apps from non-trusted sources as they may have memory leak (btw more important than that is giving away the system's security)

I hope that helps

Amirreza
  • 435