A, ChekingĀ memory size and avialbale ususge
$free -m
B, What is the maximum RAM supported by the system?
$
dmidecode -t 16
C, How many memory slots are available for expansion?
$ dmidecode -t 17 | grep Size
D, Detailed memory information
$ cat /proc/meminfo
Leave a Reply