6/21/2026 at 10:40:03 AM
FWWI, we did evaluate and benchmark microVMs back in 2020. Back then it was not really seen worth it the maintenance cost compared to what it brought to the table, but it makes sense to re-evaluate that again soonish; with native dynamic load balancing and affinity rules (and further orchestration improvements being lined up) they might be better leveraged today.Oh, and mailing lists are a bliss to use compared to (barely loading) forges, at least to me and especially with public inbox and tools like b4 and lei for patch review, management and applying. For the sending side it's basically a git send-email command to pve-devel@list.proxmox.com, see https://git-send-email.io for a simple tutorial.
by tlamponi
6/21/2026 at 3:13:17 PM
I gotta ask but is Forgejo a barely loading forge? GitHub, GitLab being a pig sure but Forgejo seem pretty snappy.by crazysim
6/21/2026 at 4:51:11 PM
Yeah, I love this from a geek appeal and I have a beefy home lab (Dual Xeon Silver 4116 with 384GB, and 12TB of RAID10 SSD connected via 10gig), but being a homelab I want to eke out all my performance so I keep looking at LXC on my Proxmox box versus the optimization of VMs (does this machine really need 8GB or 6? Or 5?).But when there's the discussion of the amount of time Qemu spends "in grub" and "probing legacy devices", maybe my use case is different, but my VMs aren't constantly being rebooted and when the VM is up it is near native speed so...
by FireBeyond
6/21/2026 at 8:25:28 PM
I think in most scenarios you don't need to worry so much about kvm ram use, since it looks static but actually it's not and you can over-commit [1]. And of course disk allocation can be dynamic as well. I prefer a lot more security for a bit less flexibility. I am not as ram rich as you are, and still every time I think of my few LXCs, my main thought is 'why did I do that?'.[1] https://docs.redhat.com/en/documentation/red_hat_enterprise_...
by sgc
6/23/2026 at 2:52:33 AM
That's true. I know that the dashboard shows the "real" aggregated RAM usage, and truth be told, I'm not particularly utilizing the server to its full extent (I got very lucky, it's a small rack with three PowerEdges, a UPS, 2U Synology box with SSDs, 10 gig switch etc., that I got from a previous employer, and when they found out the cost to ship it all, insured, back across the country when I left them, they looked at the depreciation schedule and said "keep it".by FireBeyond