Memory - Which slots and how much?

Hi, all. I was wondering if there's a command or log file that will tell me how much RAM is in the system and, more specifically, the size of each stick.

Thanks,

Jason

try

 
lscfg -vp
 
sudo dmidecode --type 17

@JasonRkr try this

$ lscfg -vp | grep -e "Memory DIMM" -e "Size"
1 Like