mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
'Use more CPU Cores/SMP' broken #316
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lexxxel on GitHub (Jan 27, 2022).
If
CPU_STRINGis set like explained neither Big Sur or Monterey installations are starting.I do get a boot screen and select to install, but afterwards I get stuck:

1 CPU has 100% utilization, but nothing happens. If I do not set
CPU_STRING, everything is fine and the installer starts.@felipestt commented on GitHub (Jan 28, 2022):
Same behavior here.
Also, when setting
CPUandSMPparameters with values other than4, I get stuck on the same step.It runs successfully with:
It gets stuck with:
@lexxxel commented on GitHub (Jan 28, 2022):
I figured out, it works with 8 and 16, but nothing in between. Is this a strange formula think that I can't see?
@felipestt commented on GitHub (Feb 10, 2022):
According to this, macOS only supports power-of-two cores.
But you can increase the number of sockets to get the virtual cores you need.
If you need 6 cores, go with:
@lexxxel commented on GitHub (Feb 17, 2022):
@felipestt thank you so much, that worked
@sickcodes commented on GitHub (Feb 19, 2022):
If anyone feels like expanding on the CPU arrangement in the README feel free to submit a PR! :)
@sickcodes commented on GitHub (Mar 19, 2022):
Confirmed this is wrong and thankyou @felipestt for bringing this up