Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider reclaiming memory of active handles #2468

Open
maleadt opened this issue Aug 19, 2024 · 0 comments
Open

Consider reclaiming memory of active handles #2468

maleadt opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maleadt
Copy link
Member

maleadt commented Aug 19, 2024

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.

@maleadt maleadt added the enhancement New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant