summaryrefslogtreecommitdiffstats
path: root/system/netdata.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system/netdata.conf')
-rw-r--r--system/netdata.conf8
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