What makes lima a better alternative to running a Linux VM on apps like Parallels or VMware Fusion? Are there any particular performance optimizations done for Lima? #557
-
Optimizations besides using QEMU with HVF. In terms of advantages, besides integration with macOS like port forwarding and access to the Mac home directory. Either way, I like how it's basically a Mac equivalent of Windows Subsystem for Linux, and will use it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Primarly I see Lima as a tool for setting up an environment to run containers on, like But Lima is more like Vagrant, it allows you to customize the VM a bit (if you want to). It also runs on Linux (KVM), great for developers! I think UTM would be more like those other tools ? When it comes to "just" offering a GUI for QEMU (wonder what happened to QtEmu ?) "Are there any particular performance optimizations done for Lima?" You can look at Alpine Lima, a custom Linux distribution. |
Beta Was this translation helpful? Give feedback.
-
"What makes A very important part would be Open Source. There is also a lower cost, but they are not that steep ($100 - $200) For VirtualBox, I think the main answer is: ARM. Otherwise, that was the other go-to VM solution. |
Beta Was this translation helpful? Give feedback.
-
When I go through the lima configuration templates for default it tells me that that writing is “dangerous” and only read mounts are recommended for home directory (‘/User’) . I would like a safe way for my trusted dev vms to read/right to folders in my Mac home directory. Parallels seems to be very stable in this regard and offers no such warning. I wonder how difficult would it be to add parallels support via a vmtype to lima?
|
Beta Was this translation helpful? Give feedback.
Primarly I see Lima as a tool for setting up an environment to run containers on, like
docker-machine
orpodman-machine
But Lima is more like Vagrant, it allows you to customize the VM a bit (if you want to). It also runs on Linux (KVM), great for developers!
I think UTM would be more like those other tools ? When it comes to "just" offering a GUI for QEMU (wonder what happened to QtEmu ?)
"Are there any particular performance optimizations done for Lima?" You can look at Alpine Lima, a custom Linux distribution.