Comment on Pros and cons of Proxmox in a home lab?
TCB13@lemmy.world 6 months agoWell, I understand your POV… but real software freedom instead of messages asking you to buy a license is always a good choice :P
Comment on Pros and cons of Proxmox in a home lab?
TCB13@lemmy.world 6 months agoWell, I understand your POV… but real software freedom instead of messages asking you to buy a license is always a good choice :P
kitnaht@lemmy.world 6 months ago
Does 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.