Memory "leak" when parsing a large workspace #2737
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
performance
reliability
Milestone
Bug: Memory usage of the main process keeps increasing. It's possible we could crash from an out of memory on 32-bit Linux.
UPDATE: Actually, looks like our parser is accumulating memory in various places (i.e. not a simple fix). The workaround is to do a Reload Window if memory usage gets too high.
UPDATE: Should be fixed with 0.21.0-insiders (auto installed if
"C_Cpp.updateChannel": "Insiders"
is set, or manually installed from the offline vsix). Let us know if you find any problems with it.The text was updated successfully, but these errors were encountered: