Comment on Pros and cons of Proxmox in a home lab?
kitnaht@lemmy.world 6 months agoDoes Incus support things like Kernel Samepage Merging? How does it handle Windows VMs? Does the WebUI give a nice and easy novnc window that just works?
Comment on Pros and cons of Proxmox in a home lab?
kitnaht@lemmy.world 6 months agoDoes Incus support things like Kernel Samepage Merging? How does it handle Windows VMs? Does the WebUI give a nice and easy novnc window that just works?
TCB13@lemmy.world 6 months ago
Yes
ksmtuned
is your friend. For VMs it can be managed / enabled like any other Linux Kernel + QEMU/KVM running with KSM enabled.On LXC containers it may be a bit harder as it depends a LOT if you’re using systemd on the host and containers. It may work out all out of the box or you’ll have to resort to
ksm_wrapper
in both the Incus executable and the stuff running inside your containers.