@cryptotaxi247 / netdata-1 / commits / 5d960b419

Rm refs to map and save modes (#16874)

vkalintiris committed Jan 30, 2024 at 13:37 UTC 5d960b419ee4fde0aba5c1d4e456d96b25f4e021
1 file changed +1 -3
streaming/stream.conf
+1 -3
@@ -135,8 +135,6 @@
135 # You can also set it per host below.
136 # If you don't set it here, the memory mode of netdata.conf will be used.
137 # Valid modes:
138 - # save save on exit, load on start
139 - # map like swap (continuously syncing to disks - you need SSD)
138 # ram keep it in RAM, don't touch the disk
139 # none no database at all (use this on headless proxies)
140 # dbengine like a traditional database
@@ -225,7 +223,7 @@
223 # This is ignored for db mode dbengine.
224 #history = 3600
225
228 - # The memory mode of the database: save | map | ram | none | dbengine
226 + # The memory mode of the database: ram | none | dbengine
227 #memory mode = dbengine
228
229 # Health / alarms control: yes | no | auto