]> git.proxmox.com Git - pmg-api.git/commit
api-daemons: set oom-policy to continue
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 24 Nov 2021 16:04:09 +0000 (17:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Nov 2021 17:59:46 +0000 (18:59 +0100)
commitb0f596edd4e566fb3adde5e55dc330cde7c8461b
treef37dc7c745fc4c6ac3c326f197c2859e3d8c6611
parentda29d81d3f68e941267899029efc18d8f720ead3
api-daemons: set oom-policy to continue

OOMPolicy [0] defaults to stop - resulting in the complete daemon to
be killed.
Our Daemon class does start new workers automatically if it detects
that fewer than configured are running.

[0] systemd.service(5)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/pmgdaemon.service
debian/pmgproxy.service