linux check ram usage code example
Example 1: linux ram size
$ cat /proc/meminfo
Example 2: how to get ram detail in linux
sudo dmidecode --type 17
Example 3: how can I check ram usage in mb in linux?
for more information search this webside --
https://www.howtogeek.com/659529/how-to-check-memory-usage-from-the-linux-terminal/
Example 4: check vm ram details in linux
sudo dmidecode -t 17