Logo Background RSS

» top

  • check ram size in Linux
    By on February 4th, 2009 | 1 Comment1 Comment Comments

    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