diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 11:49:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:42:05 +0000 |
commit | 2e85f9325a797977eea9dfea0a925775ddd211d9 (patch) | |
tree | 452c7f30d62fca5755f659b99e4e53c7b03afc21 /system/netdata.conf | |
parent | Releasing debian version 1.19.0-4. (diff) | |
download | netdata-2e85f9325a797977eea9dfea0a925775ddd211d9.tar.xz netdata-2e85f9325a797977eea9dfea0a925775ddd211d9.zip |
Merging upstream version 1.29.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'system/netdata.conf')
-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 7d7c54f4..6341fcaf 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 |