VictoriaMetrics/lib/leveledbytebufferpool
Aliaksandr Valialkin efc730863b 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:29:51 +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:29:51 +03:00
pool_test.go lib/promscrape: reduce memory usage when scraping big number of targets 2020-08-14 01:04:53 +03:00