Open
Description
We currently have a reclaim_hook
that wipes the HandleCaches
, essentially releasing handles that are unused (i.e., from tasks that have been destroyed). However, if we start putting more data in handles as in #2465, we should probably also consider wiping the caches contained in active handles more eagerly.