Replies: 2 comments 3 replies
-
@kunchuf Does this also reproduce on a simple project with one small source file or is a large project required to reproduce this? Could you provide logs of the language server for the case its using a lot of memory (see https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-language-server)? |
Beta Was this translation helpful? Give feedback.
-
Note: I created a bug report for this at #9181 to continue the investigation and discussion of this issue. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, Good day to you,
The RAM usage peaks when cpptools is enabled in vscode.
Below is the usage when extension is not enabled:
2GB after few minutes:
6GB now, and it keeps on eating (my precious) RAM
And 10GB!!!
vscode details:
Version: 1.66.0 (user setup)
Commit: e18005f0f1b33c29e81d732535d8c0e47cafb0b5
Date: 2022-03-30T05:50:14.623Z
Electron: 17.2.0
Chromium: 98.0.4758.109
Node.js: 16.13.0
V8: 9.8.177.11-electron.0
OS: Windows_NT x64 10.0.19042
the cpp tools version is v1.9.7:
I tried limiting the C_Cpp: Max Memory and other similar settings, which didn't make any change in the behaviour.
Any help appreciated!!
Beta Was this translation helpful? Give feedback.
All reactions