Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to find the amount of RAM in Ubuntu

📅 2013-Mar-18 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ ram ⬩ 📚 Archive

In typical Linux fashion, there is more than one way to discover how much RAM is in your system.

$ cat /proc/meminfo | grep MemTotal
$ free -h
$ sudo dmidecode --type memory

Tried with: Ubuntu 18.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧