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

Improve JIT memory consumption by invalidating cold executors #123516

Open
savannahostrowski opened this issue Aug 30, 2024 · 0 comments
Open

Improve JIT memory consumption by invalidating cold executors #123516

savannahostrowski opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT

Comments

@savannahostrowski
Copy link
Member

savannahostrowski commented Aug 30, 2024

We can try to improve JIT memory utilization by periodically freeing/invalidating infrequently run executors. This should improve memory usage in long-running programs.

Related to #116017

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT
Projects
None yet
Development

No branches or pull requests

2 participants
@savannahostrowski and others