-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work on Mac Mini M1 #1
Comments
Found out that for Apple Silicon Macs, you can use
Probably difficult to render in lscpu style, since there are 4 fast and 4 slow cores w/ different cache sizes and clock speeds. Found it here: |
Wow, thanks for this! Yep, I'll include a caveat in the README for now. Thanks for the StackExchange link. I'll keep this issue open and see if I can add support for Apple Silicon. |
Thank you for sharing your helpful script!
I tried it on a rented Mac Mini M1, and got the following output:
When I run e.g.
sysctl -n machdep.cpu.model
, the error issysctl: unknown oid 'machdep.cpu.model'
.I don't know if I can be of any help debugging this since the M1 is only rented for a short time, but maybe you can add a caveat in your README.md that it only works for Intel Macs :)
The text was updated successfully, but these errors were encountered: