Results 3 comments of Micah

> You could experiment with the caching/syncing options: > > ``` > attachment, err := vz.NewDiskImageStorageDeviceAttachmentWithCacheAndSync(diskPath, false, vz.DiskImageCachingModeAutomatic, vz.DiskImageSynchronizationModeFsync) > ``` After adjusting parameters related to cache and sync, no...

> I never looked at IO performance, I only know these options exist. While at it, you could also test `vz.DiskImageCachingModeCached` which is the only one you did not test....

> [@jingshanccc](https://github.com/jingshanccc) It is a fairly "known" thing within the macOS (Apple Silicon) virtualization scene that (probably due to the NUMA memory layout) the Ultra line doesn't really perform well...