Comment on Is it possible to run Nextcloud and Wordpress on one low-spec server?
TCB13@lemmy.world 1 year ago
If you do a barebones install / without the Docker overhead it might work.
Comment on Is it possible to run Nextcloud and Wordpress on one low-spec server?
TCB13@lemmy.world 1 year ago
If you do a barebones install / without the Docker overhead it might work.
agressivelyPassive@feddit.de 1 year ago
Docker overhead is practically zero. It’s a bit more memory usage, but that’s it.
TCB13@lemmy.world 1 year ago
Ahahaha
bear@slrpnk.net 1 year ago
Convincing argument, but unfortunately a cursory Google search will reveal he was right. There is very little CPU overhead. The only real consideration is a bite extra storage and RAM to store and load the redundant dependencies of the container.
TCB13@lemmy.world 1 year ago
You’re also ignoring the amount of work the kernel has to do to shift UUIDs around, the resources that the docker daemon itself uses and amounts of redundant stuff to make sure those processes are running that would usually be handled by systemd on a clean system. Yes, containerization is much better nowadays but still overhead.