Neil Alexander 99b696e775
Tweak cache counters (#2575)
* Tweak cache counters

This makes the number of counters relative to the
maximum cache size. Since the counters
effectively manage the size of the bloom filter,
larger caches need more counters and smaller
caches need less.

10 counters per 1KB data means that the default
cache size of 1GB should result in a bloom filter
and TinyLRU admission set of about 16MB
estimated.

* Remove line left by accident
2022-07-18 14:49:41 +01:00
..
2022-07-18 14:49:41 +01:00
2022-07-11 14:31:31 +01:00
2022-06-07 14:24:04 +01:00
2021-11-02 16:50:59 +00:00
2021-11-02 16:50:59 +00:00
2022-07-01 12:00:32 +01:00