User1
(Mark)
February 11, 2026, 1:04pm
1
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
Run cursor upder WSL Ubuntu
Open terminal (default bash)
Run any task with Codex or Claude
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
User1
(Mark)
February 11, 2026, 1:06pm
4
@deanrie could you take a look when you have time?
deanrie
(Dean Rie)
February 11, 2026, 2:11pm
5
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:
Ctrl+Shift+P → “Preferences: Configure Runtime Arguments”
In the argv.json file that opens, uncomment (or add) this line:"disable-hardware-acceleration": true
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.
system
(system)
Closed
March 5, 2026, 2:12pm
6
This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.