mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 11:58:16 +00:00
Merge pull request #1114 from c3d/bug/1111-agent-oom-killer
agent: Adjust OOM Score to avoid agent being killed.
This commit is contained in:
commit
f96cdc1a67
@ -20,3 +20,5 @@ LimitNOFILE=infinity
|
|||||||
# the runtime handles shutting down the VM.
|
# the runtime handles shutting down the VM.
|
||||||
ExecStop=/bin/sync ; /usr/bin/systemctl --force poweroff
|
ExecStop=/bin/sync ; /usr/bin/systemctl --force poweroff
|
||||||
FailureAction=poweroff
|
FailureAction=poweroff
|
||||||
|
# Discourage OOM-killer from touching the agent
|
||||||
|
OOMScoreAdjust=-997
|
||||||
|
Loading…
Reference in New Issue
Block a user