mcjones.ca

Cores, CPU and Disk Size from Installer

Go to Terminal and run the following:

sysctl hw.physicalcpu
sysctl hw.memsize | awk '{ print $2/1024/1024/1024 " GB"}'
df -h