Skip to content

Instantly share code, notes, and snippets.

@webknjaz
Created March 7, 2023 15:53
Show Gist options
  • Save webknjaz/12b32ce22ad5eb8e368e5837e8e0a428 to your computer and use it in GitHub Desktop.
Save webknjaz/12b32ce22ad5eb8e368e5837e8e0a428 to your computer and use it in GitHub Desktop.
Observations and gotchas of running macOS 13 guests under Parallels Business 18
  1. When using Parallels' port forwarding feature with the virtio network adapter under the Parallels hypervisor, the transfer rate is so slow that it takes almost 5 minutes for a 1MB file to go through. Connecting to the VM port directly, not through the forwarded port, does not exhibit the bug. Switching to a different adapter or changing the virtualization to Apple fixes it.
  2. Under macOS 13, using any network adapter other than virtio, makes networking completely non-functional. So switching the hypervisor is the only workaround available.
  3. When the number of allocated CPUs is shrinked down to 1, the Settings window may become unresponsive or parts of the settings are unavailable/grayed out. I couldn't see what apps have full disk access, for example. Increasing the CPU number to 2 makes it work. 1-CPU VMs are enough for the CI, though.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment