Find the RAM size in machine using Linux Command

by Sanju 2009-10-30 13:16:01

Find the RAM size in machine using Linux Command

Just use the below command

free -m


It will display the memory used, free etc..

For example:
total mem : 2048
used : 490
free : 1557

Tagged in:

1449
like
0
dislike
0
mail
flag

You must LOGIN to add comments