distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Fix unpack cache reclaimer #3605

Closed dbutenhof closed 10 months ago

dbutenhof commented 10 months ago

PBENCH-1318

The reclaimer defaulted to 20%, which is inappropriate for an unpack reclaim where we want to free just enough for the unpacked dataset size.

Also, to help diagnose, add the last referenced cache date to the reclaim log message.