distributed-system-analysis / pbench

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

Fix unpack cache reclaimer #3605

Closed dbutenhof closed 5 months ago

dbutenhof commented 5 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.