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.
1 parent 0a0d218 commit 049eee1Copy full SHA for 049eee1
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