-
Notifications
You must be signed in to change notification settings - Fork 842
Closed
Labels
Area-LangService-APIImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Description
Repro steps
- Open
VisualFSharp.sln - Open
service.fsfile - Wait for semantic colorization to appear
- Look at
devenv.exeprivate set size, it's about 2GB
Expected behavior
Never consume more than 2GB, preferably less than that.
Actual behavior
Features like Document Highlight and Inline Rename take up to 20 seconds to complete, even without any changes in files. One of CPU cores is loaded at 100%. Occasional UI freezes (supposedly due to blocking GC).
Known workarounds
Do not open any files in large projects.
Related information
- master branch
Metadata
Metadata
Assignees
Labels
Area-LangService-APIImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
