Skip to content

Commit c730a8e

Browse files
committed
docs/reference: dockerd: remove default oom-score-adjust
The daemon no longer adjusts its oom-score by default; see - moby/moby@2b8e68e - moby/moby@cf7a5be Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c209743 commit c730a8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/commandline/dockerd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Options:
8585
--network-control-plane-mtu int Network Control plane MTU (default 1500)
8686
--no-new-privileges Set no-new-privileges by default for new containers
8787
--node-generic-resource list Advertise user-defined resource
88-
--oom-score-adjust int Set the oom_score_adj for the daemon (default -500)
88+
--oom-score-adjust int Set the oom_score_adj for the daemon
8989
-p, --pidfile string Path to use for daemon PID file (default "/var/run/docker.pid")
9090
--raw-logs Full timestamps without ANSI coloring
9191
--registry-mirror list Preferred registry mirror
@@ -1259,7 +1259,7 @@ This is a full example of the allowed configuration options on Linux:
12591259
"NVIDIA-GPU=UUID1",
12601260
"NVIDIA-GPU=UUID2"
12611261
],
1262-
"oom-score-adjust": -500,
1262+
"oom-score-adjust": 0,
12631263
"pidfile": "",
12641264
"raw-logs": false,
12651265
"registry-mirrors": [],

0 commit comments

Comments
 (0)