I have an old DELL laptop with 2GB of RAM and Ubuntu 14.04 (64-bit) as its OS. Many times I am out of RAM and thus every thing goes very slow! I think there is many background programs (services or daemons) which are not used by me at all. Is there any way to find those programs and force them not to start automatically on system reboot?
1 Answers
While I respect you intend to only ask one question, how to not load software you don't need, I perceive you to be asking two questions, the other, or primary one, how to make a computer run better with only 2gb of RAM. I would like very much to answer that question as I suspect I can help.
As you probably know, by default all Ubuntu installations configure some amount of "swap space" on the hard drive, and for most people, that amount is adequate. For most people 2gb of RAM is adequate as well. I suspect that your main problem isn't simply that you are running out of RAM, but that you are also running out of swap space. There are two ways to solve that and one is much easier to accomplish, though the other is probably easier on your RAM situation.
Either manually expand your swap partition. or Install this Dynamic Swap Space Manager.
The latter has been my preferred solution for most people, mainly because it permits you to use as much of your drive for swap space as your drive allows, but it doesn't permanently tie up any of your drive as a dedicated swap partition.
There is one more thing you might do, but only if it applies to you: IF you are running the 64 bit version of Ubuntu 14.04, please downgrade to the 32bit version. It is my impression that the 64 bit version uses or wastes memory at about a 2:1 ratio as compared to the 32 bit version.
- 2,568