@cryptotaxi247 / netdata-1 / commits / 3959956da

Update disk-requirements-and-retention.md

Costa Tsaousis committed Feb 20, 2024 at 19:11 UTC 3959956daedfb188be255ee37e32211eba46f745
1 file changed +1 -1
docs/netdata-agent/sizing-netdata-agents/disk-requirements-and-retention.md
+1 -1
@@ -4,7 +4,7 @@
4
5 Netdata comes with 3 database modes:
6
7 -1. `dbengine`: the default high-performance multi-tier database of Netdata. Metric samples is cached in memory and saved to disk in multiple tiers, with compression.
7 +1. `dbengine`: the default high-performance multi-tier database of Netdata. Metric samples are cached in memory and are saved to disk in multiple tiers, with compression.
8 2. `ram`: metric samples are stored in ring buffers in memory, with increments of 1024 samples. Metric samples are not committed to disk. Kernel-Same-Page (KSM) can be used to deduplicate Netdata's memory.
9 3. `alloc`: metric samples are stored in ring buffers in memory, with flexible increments. Metric samples are not committed to disk.
10