Determine Memory (RAM) info in Linux:
This is used to see information like how many RAM slots have been used or what is the
speed, capacity and manufacture of my RAM:
- sudo dmidecode -t memory
- sudo dmidecode -t 16
- sudo lshw -class memory
Source | Date: September 5th 2021
Back