systemd: set OOMScoreAdjust for dockerd

dockerd currently sets the oom-score-adjust itself. This functionality
was added when we did not yet run dockerd as a systemd service.

Now that we do, it's better to instead have systemd handle this.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-05 18:52:35 +02:00
parent 6a541e37c7
commit 21578530d7
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target