I'm starting to regret my choices wrt installing #Proxmox and one big VM to run Docker containers.

The problem is that if I give the VM too much memory the host starts swapping which causes perf to tank, but the line of "too much" is hard to determine because the VM seems to take more than it's share eventually.

Maybe I should just pave the machines with plain Debian or something. Or maybe uCore? Anyone have thoughts about #CoreOS and derivatives?

#homelab #selfhosted

@zrail I was in the same boat, i just have a LXC with docker installed on each promos node, then for apps that are heavier like Frigate i give them their own LXC. memory management is easier with LXC containers, although basically doing containers in containers.