how to find out ram is static or dynamic in ubuntu 20.04 code example
Example 1: ubuntu memory command line
watch -n 5 free -m
Example 2: how can I check the memory of computer in ubuntu
$ sudo apt-get update
$ sudo apt install htop
$ htop
watch -n 5 free -m
$ sudo apt-get update
$ sudo apt install htop
$ htop