how to check ram size in ubuntu code example
Example 1: linux ram size
$ cat /proc/meminfo
Example 2: how can I check the memory of computer in ubuntu
$ sudo apt-get update
$ sudo apt install htop
$ htop
$ cat /proc/meminfo
$ sudo apt-get update
$ sudo apt install htop
$ htop