summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDShreve2 <david@netdata.cloud>2022-10-22 05:56:39 -0400
committerGitHub <noreply@github.com>2022-10-22 12:56:39 +0300
commit8c7fd75515daee2954edc44ce71e5dc61ad2e6fc (patch)
treee4e2e6ef5a44832ca5a5f73bce7711c7f6240198 /docs
parent774fec53cfdf82ab9a4aab263e4f9c21defa058a (diff)
Update step-09 for dbmode update.md (#13864)
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/step-by-step/step-09.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/guides/step-by-step/step-09.md b/docs/guides/step-by-step/step-09.md
index 6333dfe694..8aacd7514c 100644
--- a/docs/guides/step-by-step/step-09.md
+++ b/docs/guides/step-by-step/step-09.md
@@ -36,10 +36,10 @@ guide, your Netdata agent is already using the database engine.
Let's look at your `netdata.conf` file again. Under the `[global]` section, you'll find three connected options.
```conf
-[global]
- # memory mode = dbengine
- # page cache size = 32
- # dbengine disk space = 256
+[db]
+ # mode = dbengine
+ # dbengine page cache size MB = 32
+ # dbengine disk space MB = 256
```
The `memory mode` option is set, by default, to `dbengine`. `page cache size` determines the amount of RAM, in MiB, that
@@ -56,10 +56,10 @@ space` based on your needs. The calculator gives an accurate estimate based on h
metrics your Agent collects, and more.
```conf
-[global]
- memory mode = dbengine
- page cache size = 64
- dbengine disk space = 512
+[db]
+ mode = dbengine
+ dbengine page cache size MB = 64
+ dbengine disk space MB = 512
```
After you've made your changes, restart Netdata using `sudo systemctl restart netdata`, or the [appropriate