Spark, Hadoop, Hive and Programming
"Spark, Hadoop, Hive, and Programming Interview Questions" by Venkateswarlu Chennareddy
Pages
(Move to ...)
Home
Programming Interview Questions
Hadoop Interview Questions
Java Interview Questions
Microsoft Interview Questions
Puzzles
▼
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
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment