Merge pull request #2294 from Nowaker/patch-1

Enable OOM killing
This commit is contained in:
Antoine Legrand 2018-03-01 14:56:26 +01:00 committed by GitHub
commit 5cc77eb6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@
{% if etcd_memory_limit is defined %}
--memory={{ etcd_memory_limit|regex_replace('Mi', 'M') }} \
{% endif %}
--oom-kill-disable \
{% if etcd_cpu_limit is defined %}
--cpu-shares={{ etcd_cpu_limit|regex_replace('m', '') }} \
{% endif %}