You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The heap dump indicated the store was getting persisted in memory for every page render, leading to a very fast OOM crash on the deployed container.
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: