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
Run node test.js in the rc5 dir - note the two ENDING numbers reported
Run node test.js in the gm dir - note the two ENDING numbers reported
What is expected?
Some memory should be reclaimed by the gm run after the SLEEPING step
What is actually happening?
No memory is reclaimed
This is my best approximation of what we're seeing in a much more complicated SSR environment. When we change dependencies (and only the Vue-specific dependencies) from the 3.0.0-rc.5 release to 3.0.0 we see a very clear memory leak.
The text was updated successfully, but these errors were encountered:
Version
3.0.0
Reproduction link
https://github.com/pearofducks/vue-ssr-memory-leak
Steps to reproduce
yarn
in both therc5
andgm
dirsnode test.js
in therc5
dir - note the twoENDING
numbers reportednode test.js
in thegm
dir - note the twoENDING
numbers reportedWhat is expected?
Some memory should be reclaimed by the
gm
run after theSLEEPING
stepWhat is actually happening?
No memory is reclaimed
This is my best approximation of what we're seeing in a much more complicated SSR environment. When we change dependencies (and only the Vue-specific dependencies) from the
3.0.0-rc.5
release to3.0.0
we see a very clear memory leak.The text was updated successfully, but these errors were encountered: