You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We currently have a
reclaim_hook
that wipes theHandleCaches
, 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.The text was updated successfully, but these errors were encountered: