mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
63b05c0b9f
Incremental aggregate functions don't keep all the selected time series in memory - they keep only up to GOMAXPROCS time series for incremental aggregations. Take into account that the number of time series in RAM can be higher if they are split into many groups with `by (...)` or `without (...)` modifiers. This should reduce the number of `not enough memory for processing ... data points` false positive errors. |
||
---|---|---|
.. | ||
victoria-metrics | ||
vmbackup | ||
vminsert | ||
vmrestore | ||
vmselect | ||
vmstorage |