On Fri, Nov 27, 2020 at 11:13 PM Jorge Fábregas <jorge.fabregas@gmail.com> wrote:

What does the following commands show?

# free --giga
              total        used        free      shared  buff/cache   available
Mem:              8           1           4           0           2           5
Swap:            12           0          12
 
# swapon -s

Filename Type Size Used Priority
/fedora.swap                           file     12582908 0 -2

Why are the outputs of free -h different from free --giga ?
 
Regards,
Sreyan Chakravarty