Earlier quoted context omitted.
I don’t assume that macOS virtualization is advanced enough to support memory ballooning, or is that not what you’re referring to? Edit: I stand corrected!
What will that help with if the host and guest combined need > physical ram?
How fast is a macOS VM, and how small could it be?
11–20 of 111 posts
Re: How fast is a macOS VM, and how small could it be?
#12My only experience with VMs on macOS is colima+docker, and it's relatively painful and inefficient (but usable).
Re: How fast is a macOS VM, and how small could it be?
#13My only experience with VMs on macOS is colima+docker, and it's relatively painful and inefficient (but usable).
Recently got a Mac Mini for local CI purposes (together with Forgejo Actions), took a broad look at the ecosystem and decided to just roll with "build on host" instead. Setting up signing/notarization just looked like an insurmountably task together with isolating it from the host, even with agents. At least the macOS builds are really fast now and the signing/notarization just ~200 lines of Bash...
200 lines?! That’s two orders of magnitude too many. What exactly are you doing that you need so such code for signing and notarisation?
Re: How fast is a macOS VM, and how small could it be?
#14Re: How fast is a macOS VM, and how small could it be?
#15My only experience with VMs on macOS is colima+docker, and it's relatively painful and inefficient (but usable).
Recently got a Mac Mini for local CI purposes (together with Forgejo Actions), took a broad look at the ecosystem and decided to just roll with "build on host" instead. Setting up signing/notarization just looked like an insurmountably task together with isolating it from the host, even with agents. At least the macOS builds are really fast now and the signing/notarization just ~200 lines of Bash...
Re: How fast is a macOS VM, and how small could it be?
#16Seems essentially impossible to get:
* pytorch
* GPU acceleration
* VM/container like isolation
The virtio-gpu layer gets closest but seems to only pass through graphics GPU not compute GPU so no pytorch
Re: How fast is a macOS VM, and how small could it be?
#17Earlier quoted context omitted.
I don’t assume that macOS virtualization is advanced enough to support memory ballooning, or is that not what you’re referring to? Edit: I stand corrected!
macOS is generally pretty amazing at efficient memory usage and VM (virtual memory subsystem) handling. So even a 8GB machine can run pretty impressive workloads without having the user think the machine is underpowered.
Re: How fast is a macOS VM, and how small could it be?
#18Re: How fast is a macOS VM, and how small could it be?
#19Re: How fast is a macOS VM, and how small could it be?
#20Got a M5 air recently - my first dive into MacOS land so trying to figure this out too. Seems essentially impossible to get: * pytorch * GPU acceleration * VM/container like isolation The virtio-gpu layer gets closest but seems to only pass through graphics GPU not compute GPU so no pytorch