Why does VS Code require so much memory? How can I make it run more memory-efficiently?

后端 未结 5 2032
旧时难觅i
旧时难觅i 2020-12-13 17:29

Does anyone know how to make VS Code use less memory?

It´s taking more than 2gb, sometimes more than 3 gigabytes to have some 8 files opened.

5条回答
  •  粉色の甜心
    2020-12-13 17:40

    It's because VS Code isn't a native program like Vim, Emacs, or even Sublime. Opening VS Code is like opening another Chrome window, it uses a lot of RAM, and CPU.

    Neovim uses around 10 mbs of RAM (with some plugins), while vs code uses 700 mbs of RAM, with no file opened

提交回复
热议问题