mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
Merge 361b247586
into 5cc0d8c40c
This commit is contained in:
commit
b067edd08e
@ -4,8 +4,6 @@ version = 2
|
|||||||
root = "/var/lib/containerd"
|
root = "/var/lib/containerd"
|
||||||
# runtime state information
|
# runtime state information
|
||||||
state = "/run/containerd"
|
state = "/run/containerd"
|
||||||
# set containerd as a subreaper on linux when it is not running as PID 1
|
|
||||||
subreaper = true
|
|
||||||
# set containerd's OOM score
|
# set containerd's OOM score
|
||||||
oom_score = -999
|
oom_score = -999
|
||||||
disabled_plugins = []
|
disabled_plugins = []
|
||||||
|
@ -4,8 +4,6 @@ version = 2
|
|||||||
root = "/var/lib/containerd"
|
root = "/var/lib/containerd"
|
||||||
# runtime state information
|
# runtime state information
|
||||||
state = "/run/containerd"
|
state = "/run/containerd"
|
||||||
# set containerd as a subreaper on linux when it is not running as PID 1
|
|
||||||
subreaper = true
|
|
||||||
# set containerd's OOM score
|
# set containerd's OOM score
|
||||||
oom_score = -999
|
oom_score = -999
|
||||||
disabled_plugins = []
|
disabled_plugins = []
|
||||||
|
Loading…
Reference in New Issue
Block a user