VictoriaMetrics/lib/workingsetcache
Aliaksandr Valialkin 526bc8a8b0
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:48:46 +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:48:46 +03:00