Cache Eviction
Automatic Eviction
Policy
Evicts
# Use LFU instead of the default LRU
alluxio.worker.page.store.evictor.type=LFUAsynchronous Eviction
alluxio.worker.page.store.async.eviction.enabled=true
# start evicting when cache usage exceeds this threshold (default: 0.9)
alluxio.worker.page.store.async.eviction.high.watermark=0.85
# stop evicting when cache usage drops below this threshold (default: 0.8)
alluxio.worker.page.store.async.eviction.low.watermark=0.75
# how often to check cache usage (default: 1min)
alluxio.worker.page.store.async.eviction.check.interval=30sManual Eviction: The free Job
free JobSubmit and Monitor
Stop a Running Free Job
Version Update Pattern
Stale Cache Cleaning
Trigger Stale Cleaning
Last updated