From 36ecf1707a18a1411e2057355028e6cb285197a4 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Wed, 2 Nov 2016 10:07:11 -0300 Subject: Deploy an OOM systemd override for openvswitch. At recommendation of network team, more details in: https://bugzilla.redhat.com/show_bug.cgi?id=1331590 --- roles/openshift_node/templates/openvswitch-avoid-oom.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/openshift_node/templates/openvswitch-avoid-oom.conf (limited to 'roles/openshift_node/templates/openvswitch-avoid-oom.conf') diff --git a/roles/openshift_node/templates/openvswitch-avoid-oom.conf b/roles/openshift_node/templates/openvswitch-avoid-oom.conf new file mode 100644 index 000000000..3229bc56b --- /dev/null +++ b/roles/openshift_node/templates/openvswitch-avoid-oom.conf @@ -0,0 +1,3 @@ +# Avoid the OOM killer for openvswitch and it's children: +[Service] +OOMScoreAdjust=-1000 -- cgit v1.2.1