📅 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