Find the RAM size in machine using Linux Command
by Sanju[ Edit ] 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