Peter Nagy
Peter Nagy
Hey @henri9813 👋🏻 How exactly could you make it work? Thanks for the help
@dmarkey @mheese Could you guys figure out how to open the connection to the VM? Anything I do, when I call `connect(toPort:, completionHandler:)` I get "Error Domain=NSPOSIXErrorDomain Code=54 "Connection reset...
> > I wouldn't even need this whole `setSocketListener:forPort` / `connect(toPort:, completionHandler:)` memery, if Apple would provide an easy way to get the VM's ip address > > I don't...
Hey, if its is still relevant: use `no_long_string();` just before you call `run_tests();`
Hwy @DavisVaughan , Ventura had a nasty ScreenShare bug, you may want to try resetting the Screen related TCC.db entries: `tccutil reset ScreenCapture`
@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 when...
Anecdotally, you will get the best performance with `VZDiskImageCachingMode:cached` + `VZDiskImageSynchronizationMode:none`. Also, with Tahoe (macOS 26), Apple introduced the ASIF image format which promises better Disk IO than the good...