Renderer freezes after opening 2GB or larger files #42839
Labels
editor-textbuffer
Editor text buffer
freeze-slow-crash-leak
VS Code crashing, performance, freeze and memory leak issues
workbench-editors
Managing of editor widgets in workbench window
Milestone
Steps to Reproduce:
As we load the whole file to memory, it exceeds the memory limit of v8 process. We can expose
max_old_space_size
flag in cli then users can increase the limit themselves.The text was updated successfully, but these errors were encountered: