We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec56ce8 commit c1bc870Copy full SHA for c1bc870
env/darwin/aws/qemu.sh
@@ -23,10 +23,9 @@ args=(
23
-cpu host
24
-machine q35
25
-usb -device usb-kbd -device usb-tablet
26
- # QEMU scales poorly with CPU count on macOS (see
27
- # https://go.dev/issue/48945#issuecomment-1378850381). Increasing CPU count
28
- # also increases boot time.
29
- -smp cpus=4
+ # macOS only likes a power-of-two number of cores, but odd socket count is
+ # fine.
+ -smp cpus=6,sockets=3,cores=2,threads=1
30
-device usb-ehci,id=ehci
31
-device nec-usb-xhci,id=xhci
32
-global nec-usb-xhci.msi=off
0 commit comments