diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 11:45:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 11:45:55 +0000 |
commit | a8220ab2d293bb7f4b014b79d16b2fb05090fa93 (patch) | |
tree | 77f0a30f016c0925cf7ee9292e644bba183c2774 /system/netdata.conf | |
parent | Adding upstream version 1.19.0. (diff) | |
download | netdata-a8220ab2d293bb7f4b014b79d16b2fb05090fa93.tar.xz netdata-a8220ab2d293bb7f4b014b79d16b2fb05090fa93.zip |
Adding upstream version 1.29.0.upstream/1.29.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | system/netdata.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/system/netdata.conf b/system/netdata.conf index 7d7c54f42..6341fcaf6 100644 --- a/system/netdata.conf +++ b/system/netdata.conf @@ -16,9 +16,13 @@ # the default database size - 1 hour history = 3600 - # by default do not expose the netdata port - bind to = localhost + # some defaults to run netdata with least priority + process scheduling policy = idle + OOM score = 1000 [web] web files owner = root web files group = netdata + + # by default do not expose the netdata port + bind to = localhost |