microsoft / vscode-js-profile-visualizer

A custom editor for viewing `.cpuprofile` files in VS Code
MIT License
139 stars 29 forks source link

Opening multiple large .cpuprofile files seems to crash the webview #152

Closed TwitchBronBron closed 5 months ago

TwitchBronBron commented 11 months ago

I have some fairly large cpuprofile files. Opening the first one works, but when I go to open the second one, it goes to a blank screen. Is there some memory or CPU limitation in the webviews that's causing this?

profile

The vscode devtools seem to disconnect the moment the webview goes to the grey screen. profile2

connor4312 commented 11 months ago

Yep, that looks like an OOM crash

TwitchBronBron commented 9 months ago

Is there anything that can be done to help mitigate this? Like:

connor4312 commented 5 months ago

Fixed in the latest VS Code Insiders