-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Investigate and fix possible memory leaks in store2
#2477
Comments
@backbone87 Do you have any idea for the scenario where only |
the downstream deps ( |
because it leaks memory, or any other reason? |
yes because it leaks memory. you could keep the non-mounted downstream in weakrefs but I think that is more expensive than just always "pulling" unmounted atoms on read |
Do you think you can write a test that passes with |
I was able to do it and am working on it: #2533 |
#2463 (comment)
The text was updated successfully, but these errors were encountered: