VictoriaMetrics v1.32.4 Release Notes

Release Date: 2020-01-17 // over 4 years ago
  • ๐Ÿ”„ Changes since v1.32.3

    • ๐Ÿ‘Œ Improve error messages when VictoriaMetrics cannot handle too high number of concurrent inserts / selects. Now these messages mention the corresponding command-line flags, which could be used for avoiding these errors.
    • 0๏ธโƒฃ Limit the default value for -search.maxConcurrentRequests, so it plays well on systems with more than 16 vCPUs.
    • ๐ŸŽ Optimize Intersect, Subtract and Union functions for lib/uint64set.Set. This should improve performance for queries over big number of time series.
    • Limit the maximum size for in-memory buffer for temporary blocks. This should reduce memory usage on systems with more than 8GB RAM.

    How to run VictoriaMetrics

    ๐Ÿ“„ Unpack the victoria-metrics-*.tar.gz archive and read these docs.

    โช vmutils-*.tag.gz archive contains vmbackup and vmrestore tools for backups on S3 or GCS.

    ๐Ÿณ The corresponding docker image is available here.
    Cluster version is available here.