-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Memory increase: Update from 4.0.2 to 4.1.0 #2236
Comments
For what it's worth, I've also seen a memory leak for an SSR'd Vue app after moving from 4.0.2 to 4.1. Reverting solved the issue. |
It seems like this change is what is responsible - the closure seems to be retained on the SSR process Lines 40 to 58 in d562224
|
Version
4.1.0
Describe the bug
After upgrading from Vuex 4.0.2 to 4.1.0, our apps started skyrocketing in memory consumption until running out of memory.
The apps recovered just after the rollback was deployed, and we tried two times to be sure.
Reproduction
Expected behavior
Memory levels should remain the same.
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: