javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

High CPU Usage

Open jeangovil opened this issue 7 years ago • 2 comments
trafficstars

Recently I installed this extension(on vscode). Then I noticed high cpu and memory usage. screenshot from 2018-04-14 19-31-03

jeangovil avatar Apr 14 '18 15:04 jeangovil

I think there is a memory leak issue. Below are my snapshots.

After the server started, it shows that the memory usage is 99.6M, and CPU usage is normal

image

And then I opened a javascript file in vim, which uses LanguageClient-neovim. The CPU usages increased to 130%, and memory usages reached to 1.85GB and it still increasing.

image

yuezk avatar Jun 09 '18 15:06 yuezk

This happened to me today, and makes it quite unusable at the moment. I hope it will be resolved sooner or later.

maxnordlund avatar Dec 14 '18 09:12 maxnordlund