Badreldin Afifi Asked: 2020-08-16 07:12:31 +0800 CST2020-08-16 07:12:31 +0800 CST 2020-08-16 07:12:31 +0800 CST Ubuntu 18.04 uses just 2 GB of 16 GB RAM. Do I need to do something about it? 772 I have 16 GB RAM, but my Ubuntu system just uses a maximum of 2 Gb!!? What should I do about this, if anything? memory-usage ram memory-test 1 Answers Voted Best Answer heynnema 2020-08-16T08:50:58+08:002020-08-16T08:50:58+08:00 Your system seems to be fine. It sees all 16G. And it'll only use as much memory as required by the system, and running applications. The rest of memory goes to file/disk buffers/cache or available, when viewed with the free -h command. total ~= used + free + buff/cache available ~= total - used
Your system seems to be fine. It sees all 16G. And it'll only use as much memory as required by the system, and running applications. The rest of memory goes to file/disk buffers/cache or available, when viewed with the
free -h
command.total ~= used + free + buff/cache
available ~= total - used