|
|
|
|
|
by Saris
168 days ago
|
|
The average Linux VM I run is around 50-100MB of RAM usage. Not actually that much more than an LXC container. There are some use cases for a VM over a container, sometimes you want better isolation (my public facing webserver runs in one), or a different OS for some reason (I run an OSX VM because its the only way to test a site in Safari). |
|
But yeah I just restrict my webserver in an unprivileged container. Though my site is static and accepts no input whatsoever.