VictoriaMetrics/lib/leveledbytebufferpool
Aliaksandr Valialkin 9a77ae9d1c lib/promscrape: reduce memory usage when scraping targets with big number of metrics alongside targets with small number of labels
Previously targets with big number of metrics and/or labels could generated too big buffers,
which then could be re-used when scraping targets with small number of metrics.
This resulted in memory waste.

Now big buffers are used only for targets with big number of metrics / labels,
while small buffers are used for targets with small number of metrics / labels.
2020-08-16 22:30:34 +03:00
..
pool.go lib/promscrape: reduce memory usage when scraping targets with big number of metrics alongside targets with small number of labels 2020-08-16 22:30:34 +03:00
pool_test.go lib/promscrape: reduce memory usage when scraping big number of targets 2020-08-14 01:05:04 +03:00