- Notifications
You must be signed in to change notification settings - Fork6.1k
Extreme cardinality protection doesn't take effect.#20493
-
Because of frequently pods creating and deleting, the netdata-meta.db file increased to several GB after a period of time, then the netdata memory used very huge, about 10GB. So we tried the new [extreme cardinality protection] (https://github.com/netdata/netdata/blob/eca9a8f25ccc968e54ee4f9b9117da8e042270e7/docs/extreme-cardinality-protection.md?plain=1) feature and hoped it will help to decrease the metadata and memory. We upgraded the netdata version to v2.5.0 with below configuration in netdata.conf. After running
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Hi@ktsaou , could you help on this, Thank you very much. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi,@celiawa123.
It is nothow the protection works. The mechanism kicks induring tier0 (high-resolution) database rotations (i.e., when the oldest tier0 samples are deleted). |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi@ilyam8, We're running Netdata in standalone mode across thousands of nodes. Currently, our db mode is set to RAM, keeping 1 hour of data in memory on each Netdata node, while saving long-term data to VictoriaMetrics. |
BetaWas this translation helpful?Give feedback.