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

perf(cu): broadcast to all worker threads when eval stream is closed #991 #992

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

TillaTheHun0
Copy link
Member

@TillaTheHun0 TillaTheHun0 commented Sep 3, 2024

Closes #991

This should help reduce memory pressure of CUs due to old wasm instances no longer in use.

A progression from #845

@TillaTheHun0 TillaTheHun0 force-pushed the tillathehun0/cu-cleanup-streams branch from c186c0a to 32caa1c Compare September 3, 2024 15:47
@TillaTheHun0 TillaTheHun0 merged commit 2a632fa into main Sep 3, 2024
3 checks passed
@TillaTheHun0 TillaTheHun0 deleted the tillathehun0/cu-cleanup-streams branch September 3, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

perf(cu): signal to all workers to remove a streamId from their wasm instance cache
1 participant