Brian Kernighan on the origins of Unix
Brian Kernighan on the origins of Unix
Posted Jan 20, 2022 11:16 UTC (Thu) by farnz (subscriber, #17727)In reply to: Brian Kernighan on the origins of Unix by epa
Parent article: Brian Kernighan on the origins of Unix
The other thing that would be nice to solve that VMs don't is good resource utilization; a VM's memory allocation is hard to vary dynamically based on overall system load, as is its filesystem size. The only host resource that's demand-shared in a VM setup is CPU.
It would be nice if we didn't have to preallocate resources to processes, but instead could rely on the system sharing all resources fairly and reasonably for the use cases in question. That's a hard problem, but it's one that (e.g.) filesystem quotas and cgroups aim to solve for containerized systems.