docs/CHANGELOG.md: cut v1.73.1

This commit is contained in:
Aliaksandr Valialkin 2022-02-22 21:11:42 +02:00
parent 701eb0495b
commit cb100ce2af
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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.