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
I'm using vue dev tool beta(ver: 6.0.0 beta 15) with vue2.6.x。
And I meet some memory leak too.
Just create two pages, create a big array(100000 elements for example) in page1.
No keep-alive used.
goto page1, and then switch to page2,
You will see memory leak.
if disable the dev plugin, memory can be recycled.
I also test the old plugin for vue2, it works fine, no memory leak.
Memory tests after #1480 fixed
If it doesn't need optimization, close the issue directly!
Version
6.0.0-beta.15
Browser and OS info
Chrome 91 / Mac 11.4
Steps to reproduce
What is expected?
Garbage collection
What is actually happening?
Memory Leak
Record Screen
Enable

vue-devtools
recordDisable

vue-devtools
recordThe text was updated successfully, but these errors were encountered: