←back to thread

316 points StalwartLabs | 1 comments | | HN request time: 0s | source
Show context
woleium ◴[] No.45674329[source]
I wish there was an easy auto-update process for Stalwart. is anyone hosting an apt repo for it?

edit: we use it on very resource constrained environments, the container version is too much overhead.

replies(3): >>45674520 #>>45674743 #>>45675722 #
evrflx ◴[] No.45674743[source]
Where is the overhead in a container? It is just a regular process. (Ok plus a container runtime process, but that is negligible)
replies(2): >>45675111 #>>45676537 #
1. kevincox ◴[] No.45676537[source]
Does podman have a container runtime process? Or does it just exec the child after setting up the environment?

In that case the overhead is just a small amount of kernel accounting.