diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-02 20:32:21 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-02 20:32:21 +0000 |
commit | 7f37340c543ab815bdd6c5b82f31f499755b00e5 (patch) | |
tree | e9bcb4d87773a29810e095c8b92f68181cd0cff9 | |
parent | Install Python plugins (diff) | |
download | netdata-7f37340c543ab815bdd6c5b82f31f499755b00e5.tar.xz netdata-7f37340c543ab815bdd6c5b82f31f499755b00e5.zip |
Adjust OOM score
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/netdata.service | 1 |
2 files changed, 3 insertions, 0 deletions
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 <federico@debian.org> 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 |