summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
Diffstat (limited to 'database')
-rw-r--r--database/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/README.md b/database/README.md
index 4d249f6fd9..91a09e9850 100644
--- a/database/README.md
+++ b/database/README.md
@@ -50,8 +50,8 @@ You can select the memory mode by editing `netdata.conf` and setting:
```conf
[global]
- # ram, save (the default, save on exit, load on start), map (swap like)
- memory mode = save
+ # dbengine (default), ram, save (the default if dbengine not available), map (swap like), none, alloc
+ memory mode = dbengine
# the directory where data are saved
cache directory = /var/cache/netdata