From 7f37340c543ab815bdd6c5b82f31f499755b00e5 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Mon, 2 Jan 2017 20:32:21 +0000 Subject: Adjust OOM score --- debian/changelog | 2 ++ debian/netdata.service | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index f3143f649..074a2fa25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ netdata (1.4.0+dfsg-3) UNRELEASED; urgency=medium + * Install Python plugins * Add alarm-notify.sh (Closes: #848730) + * Adjust OOM score (Closes: #848642) -- Federico Ceratto Mon, 02 Jan 2017 19:08:25 +0000 diff --git a/debian/netdata.service b/debian/netdata.service index b936eddd6..c720f3e87 100644 --- a/debian/netdata.service +++ b/debian/netdata.service @@ -17,6 +17,7 @@ ExecReload=/usr/sbin/netdata reload TimeoutStopSec=10 KillMode=mixed KillSignal=SIGTERM +OOMScoreAdjust=-900 User=netdata Group=netdata -- cgit v1.2.3