VictoriaMetrics/lib/workingsetcache
Aliaksandr Valialkin d906d8573e
lib/workingsetcache: drop the previous cache whenever it recieves less than 5% of requests comparing to the current cache
This means that the majority of requests are successfully served from the current cache,
so the previous cache can be reset in order to free up memory.
2022-10-20 10:47:58 +03:00
..
cache.go lib/workingsetcache: drop the previous cache whenever it recieves less than 5% of requests comparing to the current cache 2022-10-20 10:47:58 +03:00