amazon-ssm-agent: Allow to overcommit memory

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-03-30 17:24:42 +00:00
committed by Arne Fitzenreiter
parent 229a6dffd7
commit 0c466599d0
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ case "${1}" in
exit 0
fi
# Allow the kernel to overcommit memory.
# The SSM agent fails to clone() itself when there is
# "not enough memory" available. This simply seems to
# fail no matter how much free memory is available.
echo 1 > /proc/sys/vm/overcommit_memory
boot_mesg "Starting Amazon SSM Agent..."
/usr/bin/amazon-ssm-agent &>/dev/null &
evaluate_retval