@cryptotaxi247 / netdata-1 / commits / 8c7fd7551

Update step-09 for dbmode update.md (#13864)

DShreve2 committed Oct 22, 2022 at 05:56 UTC 8c7fd75515daee2954edc44ce71e5dc61ad2e6fc
1 file changed +8 -8
docs/guides/step-by-step/step-09.md
+8 -8
@@ -36,10 +36,10 @@ guide, your Netdata agent is already using the database engine.
36 Let's look at your `netdata.conf` file again. Under the `[global]` section, you'll find three connected options.
37
38 ```conf
39 -[global]
40 - # memory mode = dbengine
41 - # page cache size = 32
42 - # dbengine disk space = 256
39 +[db]
40 + # mode = dbengine
41 + # dbengine page cache size MB = 32
42 + # dbengine disk space MB = 256
43 ```
44
45 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
56 metrics your Agent collects, and more.
57
58 ```conf
59 -[global]
60 - memory mode = dbengine
61 - page cache size = 64
62 - dbengine disk space = 512
59 +[db]
60 + mode = dbengine
61 + dbengine page cache size MB = 64
62 + dbengine disk space MB = 512
63 ```
64
65 After you've made your changes, restart Netdata using `sudo systemctl restart netdata`, or the [appropriate