Open-CAS / open-cas-linux

Open CAS Linux
https://open-cas.com
BSD 3-Clause "New" or "Revised" License
216 stars 82 forks source link

ALRU policy ‘Activity Threshold’ refer to per cache line or the whole cache? #1459

Open historyliao opened 8 months ago

historyliao commented 8 months ago

Question

The doc has specify staleness time is per cache line param that: Staleness Time - the time a cache line resides in the ALRU list before it can be cleaned (default: 120s). But 'Activity Threshold '- cache I/O activity time period, this means until the whole cache has no activity than this time threshold befor flush is executed? or per cache line?

Motivation

Your Environment