12
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCode で GPU アクセラレーションを無効化する

Posted at

最近、VSCode を使っていると、いつの間にか Code Helper (GPU) というプロセスが CPU を使っていることが多くなった。つられて Window Server も CPU を消費していて、50% 以上が VSCode に持っていかれている。

ぐぐっていると設定で off にできるようなので、やってみた。今の所快適。

  • Cmd + Shift + P でコマンドパレットを起動する
  • configure runtime arguments を入力し、 argv.json の編集画面に移動する
  • "disable-hardware-acceleration": true を追記する
  • VSCode を再起動

参考: https://stackoverflow.com/questions/37334148/launch-vs-code-with-disable-gpu-flag-by-default

12
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?