RAM (Random Access Memory ) is a temporary memory on your system, RAM is the place in your computer where the processor can reach quickly to currently running programs and data.

How to check RAM on your Linux CentOs/RHEL Server.

You can use the following commands to check how much RAM is Installed on your CentOs/RHEL Server.

`

Command

free -m -h

Output

total used free shared buffers cached Mem: 7.5G 1.6G 5.9G 171M 1.6M 782M -/+ buffers/cache: 863M 6.6G Swap: 3.8G 0B 3.8G

Command

dmidecode –type 17 | grep Size

Output

Size: 4096 MB Size: 4096 MB

The Above commands shows my CentOs Server have installed 8.0GB of RAM 2×4.

Related Read:

Similar Posts