We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a0d218 + 049eee1 commit d162e47Copy full SHA for d162e47
packer/linux/conf/buildkite-agent/systemd/buildkite-agent.service
@@ -21,6 +21,10 @@ RestartForceExitStatus=SIGPIPE
21
TimeoutStartSec=10
22
TimeoutStopSec=0
23
KillMode=process
24
+# https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#OOMScoreAdjust=
25
+# Set to -1000 to disable OOM killing of processes of buildkite-agent service
26
+# managing EC2 instance lifecycle
27
+OOMScoreAdjust=-1000
28
29
[Install]
30
WantedBy=multi-user.target
0 commit comments