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 am working on a large Vue project with hybrid mode enabled.
With Process Explorer, I found that the Vue plugin consumes up to 4GB of memory when I am waiting for IntelliSense. I had to set the maxTsServerMemory of the TypeScript server to 4096, or the plugin might crash.
I also analyzed it with Volar Lab and found that some Vue files may consume a lot of memory, but it is not convenient to exclude those Vue files in tsconfig.json, as other people would be working on those files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a large Vue project with hybrid mode enabled.
With Process Explorer, I found that the Vue plugin consumes up to 4GB of memory when I am waiting for IntelliSense. I had to set the maxTsServerMemory of the TypeScript server to 4096, or the plugin might crash.
I also analyzed it with Volar Lab and found that some Vue files may consume a lot of memory, but it is not convenient to exclude those Vue files in tsconfig.json, as other people would be working on those files.
Beta Was this translation helpful? Give feedback.
All reactions