Memory Checking
Check current ram
cat /proc/meminfo | grep MemTotal
Check maximum RAM supported
dmidecode -t 16
Check the number of slots available for expansion
cat /proc/meminfo | grep MemTotal
Check maximum RAM supported
dmidecode -t 16
Check the number of slots available for expansion
dmidecode -t 17 | grep Size
Comments
Post a Comment