diff --git a/streaming/stream.conf b/streaming/stream.conf index b8343e5aa0807c..9dc154e2f69557 100644 --- a/streaming/stream.conf +++ b/streaming/stream.conf @@ -135,8 +135,6 @@ # You can also set it per host below. # If you don't set it here, the memory mode of netdata.conf will be used. # Valid modes: - # save save on exit, load on start - # map like swap (continuously syncing to disks - you need SSD) # ram keep it in RAM, don't touch the disk # none no database at all (use this on headless proxies) # dbengine like a traditional database @@ -225,7 +223,7 @@ # This is ignored for db mode dbengine. #history = 3600 - # The memory mode of the database: save | map | ram | none | dbengine + # The memory mode of the database: ram | none | dbengine #memory mode = dbengine # Health / alarms control: yes | no | auto