check ram size in Linux
-
you can use this command to find the ram size in your linux machine
free
Mem is Ram size in bytes. Use -m option for output in MB.
SWAP is the size of SWAP partition.free -m
Looks like you’re using up a lot of memory. Top displays your memory usage a little better as far as the “easy to read” factor goes.
top
Leave a Comment


Recent Comments