-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
editor-textbufferEditor text bufferEditor text bufferfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesworkbench-editorsManaging of editor widgets in workbench windowManaging of editor widgets in workbench window
Milestone
Description
- VSCode Version: Stable/Insiders
- OS Version: macOS
Steps to Reproduce:
- Open a 1.5GB file (with Line Model or Piece Tree)
- It opens successfully (say the machine has enough memory)
- Open a 2.1 GB file
- It freezes after 1+ mins.
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.
Metadata
Metadata
Assignees
Labels
editor-textbufferEditor text bufferEditor text bufferfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesworkbench-editorsManaging of editor widgets in workbench windowManaging of editor widgets in workbench window