I'm using Ubuntu 18.04 and 4GB RAM with CPU 4.
I don't have too much memory left, so my computer works slowly and crashes. What would you recommend me to remove from directories? Or some command other than apt autoremove
and apt autoclean
because that's not enough. I have nothing to uninstall from the Ubuntu Software because there are only the most important things left. Please help :(
There's a couple things you can do. Some of them were already outlined in How can I improve Ubuntu overall system performance?. Here's a few simple suggestions you can try right now:
Switch to a lighter desktop, you don't need to reinstall, you could just install a desktop session such as
xfce
or install metapackage for another flavor, such asXubuntu
edition withsudo apt-get install xubuntu-desktop
Add more swap, either via partition or swap file. I've a script for adding swap files to make that process easier.
Configure swappiness to help the system handle memory-intensive apps. See also: SwapFaq
Disable certain services. Which services to disable will depend on your needs.
Buy more RAM. Make sure you buy modules with correct frequency and type.
- Consider tuning resource usage for certain processes and niceness values
- Consider some of the cleanup suggestions. BleachBit is a well-known and pretty good utility for that.
No comments:
Post a Comment