3

I have a 4GB machine, and when launching Ubuntu 18.04 (gnome) on this machine, it uses 1.4GB of ram just after booting.

I tried the same ISO on another machine with 8GB, and it uses 3.6GB of ram just after booting.

Why Ubuntu is having such behavior? Does Ubuntu do that to improve performance?

Thanks in advance.

wjandrea
  • 14,236
  • 4
  • 48
  • 98
Sidahmed
  • 1,106

1 Answers1

2

You could get a hint of what is happening with memory in those systems with

top -o %MEM

With that command you will get all processes sorted by memory usage. Maybe the additionnal memory is used for buffering ?

pmudry
  • 71