Hello everybody,
the information on the web about caches of Apple chip is sometimes divergent or incomplete. I would like to collect more data to make a nice table. For that I need your help, if you could share your Mac's processor model, your operating system version, and the output of this shell command after pasting into Terminal.app and pressing enter/return.
Don't worry, as some other forum members will surely confirm this command does not do any harm to your computer and the output does not contain any personal information. If you can, please check whether somebody else already posted the information about your exact chip to avoid too many duplicates.
Remember that for some chps like the M1 there is only 1 variant, but for some others like the M1 Max there are 2, a bigger and a smaller version, or upper and lower "bin". Somebody correct me if I'm wrong but I think no Apple chip has 3 variants.
Bonus question, does anybody know what this means? Taken from a base M1.
Thank you!
the information on the web about caches of Apple chip is sometimes divergent or incomplete. I would like to collect more data to make a nice table. For that I need your help, if you could share your Mac's processor model, your operating system version, and the output of this shell command after pasting into Terminal.app and pressing enter/return.
Bash:
sysctl -a | grep -E "^hw\\." | grep -v optional
Don't worry, as some other forum members will surely confirm this command does not do any harm to your computer and the output does not contain any personal information. If you can, please check whether somebody else already posted the information about your exact chip to avoid too many duplicates.
Remember that for some chps like the M1 there is only 1 variant, but for some others like the M1 Max there are 2, a bigger and a smaller version, or upper and lower "bin". Somebody correct me if I'm wrong but I think no Apple chip has 3 variants.
Bonus question, does anybody know what this means? Taken from a base M1.
Code:
hw.cacheconfig: 8 1 4 0 0 0 0 0 0 0
hw.cachesize: 3752853504 65536 4194304 0 0 0 0 0 0 0
Thank you!