Showing posts with label RAMInLinux. Show all posts
Showing posts with label RAMInLinux. Show all posts

Thursday, February 23, 2017

How Much RAM does my Linux machine have?

How Much RAM does my Linux machine have?

Ans:

The best way to find out RAM information such as amount of free and used memory in the system is to open a terminal and type the following command:

$ free -m

OR

$ free -mt