microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.46k stars 28.63k forks source link

Visual Studio Code Crashed reason 'oom', code: -536870904 #206895

Open DaveGetGit opened 6 months ago

DaveGetGit commented 6 months ago

Type: Bug

Run playwright e2e tests FYI: I am only consuming 46% of the memory and 25% of the cpu.

image

Version: 1.87.0 (user setup) Commit: 019f4d1419fbc8219a181fab7892ebccf7ee29a2 Date: 2024-02-27T23:41:44.469Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22631

VS Code version: Code 1.87.0 (019f4d1419fbc8219a181fab7892ebccf7ee29a2, 2024-02-27T23:41:44.469Z) OS version: Windows_NT x64 10.0.22631

RedCMD commented 6 months ago

I suspect a single process is limited to 4GB tho I have no idea

oskarkorczakaz commented 5 months ago

I have similar problem

Greyh4t commented 5 months ago

after updated to latest version, I have same issue

版本: 1.88.0 (user setup)
提交: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
日期: 2024-04-03T13:26:18.741Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19044
Greyh4t commented 5 months ago

after updated to latest version, I have same issue

版本: 1.88.0 (user setup)
提交: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
日期: 2024-04-03T13:26:18.741Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19044

I found the reason, it was caused by internal private extension

Plaichat-123 commented 4 months ago

更新到最新版本后,我有同样的问题

版本: 1.88.0 (user setup)
提交: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
日期: 2024-04-03T13:26:18.741Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19044

我找到了原因,这是由内部私有扩展引起的 Hello, I also encountered this problem. How can I determine if my VSCode has private extensions installed?

Greyh4t commented 4 months ago

更新到最新版本后,我有同样的问题

版本: 1.88.0 (user setup)
提交: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c
日期: 2024-04-03T13:26:18.741Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19044

我找到了原因,这是由内部私有扩展引起的 Hello, I also encountered this problem. How can I determine if my VSCode has private extensions installed?

Private extensions refer to extensions that are not published in the VSCODE extension store. Just disable the extensions you think have problems, especially the recently installed extensions, and then observe for a while to see if the memory usage of vscode is decreasing.