I have 8 GB RAM in my system, which I use for many things, but the important here is gaming. I have often ran out of memory, which obviously is not a good thing, and often hard to avoid (Programs don't slow down or anything, they run on full speed until suddenly everything freezes and the programs I am using, crash before I can save)
So I started looking into things a bit. Of course I can't kill the processes I am planning to use, but is it normal for ubuntu itself, when running no additional software, to take almost 2GB RAM? And is it possible to reduce this memory usage without breaking any programs I might want to run?
Here is how much the system takes without anything visible running on it
shinare@athena-laptop:~$ free
total used free shared buff/cache available
Mem: 7811360 1890248 3596620 615892 2324492 5041968
Swap: 1003516 0 1003516
sudo apt install xubuntu-desktop
, log out, choose Xubuntu in the desktop choices menu) or Lubuntu (sudo apt install lubuntu-desktop
, log out, choose Lubuntu in the desktop choices menu). They both use less than a gigabyte for the OS and desktop. They look a bit different, but both have access to all the same programs and are supported here on Ask Ubuntu. – Chai T. Rex Mar 31 '19 at 14:22sysctl vm.swappiness
. – heynnema Mar 31 '19 at 15:04/etc/fstab
will probably need to be edited. – heynnema Mar 31 '19 at 15:44