While I am looking at man page of free
I came across
--si Use power of 1000 not 1024.
So from that line we can say that from 1GB (1024MB) of RAM it will use only 1000MB of RAM. But why are we supposed to do like that? where we can use this ? If we do so what will happen to remaining 24 MB. What exactly it supposed to be?
Thank you.