summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTimo <6674623+underhood@users.noreply.github.com>2020-02-10 12:57:41 +0100
committerGitHub <noreply@github.com>2020-02-10 12:57:41 +0100
commitd3fa405141a8d2e6689c2dedb4bedb7cf9120044 (patch)
treef7da4000a55f5f7291d626172ba850d6e34bcb1a /database
parentde4c15cce300757202f4c69eb4f50f4b48491c0b (diff)
update wrong default stated in docu (#8017)
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