From cb100ce2af48781a81b7dbaaf282c0b9fd50d3a7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 22 Feb 2022 21:11:42 +0200 Subject: [PATCH] docs/CHANGELOG.md: cut v1.73.1 --- docs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e6b0593d8b..6fc73e314c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,6 +14,11 @@ The following tip changes can be tested by building VictoriaMetrics components f ## tip + +## [v1.73.1](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.73.1) + +Released at 22-02-2022 + * FEATURE: allow overriding default limits for the following in-memory caches, which usually occupy the most memory: * `storage/tsid` - the cache speeds up lookups of internal metric ids by `metric_name{labels...}` during data ingestion. The size for this cache can be tuned with `-storage.cacheSizeStorageTSID` command-line flag. * `indexdb/dataBlocks` - the cache speeds up data lookups in `<-storageDataPath>/indexdb` files. The size for this cache can be tuned with `-storage.cacheSizeIndexDBDataBlocks` command-line flag.