Cursor uses 90% of GPU RTX 3060 when uses Codex/Claud in console. VSCode works fine

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor uses 90% of GPU RTX 3060 when uses Codex/Claud in console
This lead to slow UI response
VSCode works fine

Steps to Reproduce

  1. Run cursor upder WSL Ubuntu
  2. Open terminal (default bash)
  3. Run any task with Codex or Claude
  4. See freezes in UI (see screenshot, 91% of GPU is used)

Expected Behavior

App works smoothly, GPU usage below 50% as for VSCode

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.4.31 (user setup)
VSCode Version: 1.105.1
Commit: 3578107fdf149b00059ddad37048220e41681000
Date: 2026-02-08T07:42:24.999Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.22631

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

@deanrie could you take a look when you have time?

Hey, thanks for the report. This is a known terminal rendering issue. Cursor’s gpu-process uses noticeably more GPU than VSCode when the terminal is actively updating. A few users have reported this, especially on Windows + WSL.

Try this workaround. It helped other users with the same issue:

  1. Ctrl+Shift+P → “Preferences: Configure Runtime Arguments”
  2. In the argv.json file that opens, uncomment (or add) this line:
    "disable-hardware-acceleration": true
    
  3. Fully close all Cursor windows, then reopen Cursor

Also, please share a few things so we can dig deeper:

  • Ctrl+Shift+P → “Developer: Open Process Explorer” and send a screenshot when GPU usage peaks
  • How many terminals do you have open when this happens?
  • What are your monitor resolution and refresh rate?

This should noticeably reduce GPU usage. Let me know how it goes.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.