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
Click on the node icon "Open dedicated DevTools for Node.js" on the top of the DevTools
Take a snapshot
Reload the page multiple times (10 times in my case) and wait a moment to let Nuxt clear memory
Take a snapshot and compare with previous one
The property "Object" went from 4 846 852 bytes to 7 564 180 bytes and I can see there are a lot of new "v-dialog" objects which are not deleted. The more I wait, the more there are new "v-dialog" in memory (even without refreshing the page).
After several minutes, it was more than 20 Mbytes.
Here is a screenshot of the snapshot.
I've created a new project to isolate the issue, but I encountered the same problem with a real app, and with other vuetify components.
Any idea ?
The text was updated successfully, but these errors were encountered:
Environment
20.9.0
Packages
3.13.2
3.5.11
4.4.5
0.18.3
3.7.2
Description
Using "v-dialog" component causes memory leaks with Nuxt SSR.
Reproduction case
yarn dlx nuxi@latest init test
yarn nuxi@latest module add vuetify-nuxt-module
yarn build
node --expose-gc --inspect .output/server/index.mjs
The property "Object" went from 4 846 852 bytes to 7 564 180 bytes and I can see there are a lot of new "v-dialog" objects which are not deleted. The more I wait, the more there are new "v-dialog" in memory (even without refreshing the page).
After several minutes, it was more than 20 Mbytes.
Here is a screenshot of the snapshot.
I've created a new project to isolate the issue, but I encountered the same problem with a real app, and with other vuetify components.
Any idea ?
The text was updated successfully, but these errors were encountered: