Cursor crashes frequently on Windows: renderer process exceeds 4GB memory (possible memory leak?)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor frequently crashes on Windows due to the renderer process continuously increasing memory usage and eventually exceeding ~4GB. Once the renderer process reaches around 4GB of memory, Cursor becomes unresponsive or crashes.

The issue appears to be related to a memory leak in the renderer / webview / Electron process. Memory usage keeps growing over time and does not get released, even during normal editing workflows.

Steps to Reproduce

  1. Launch Cursor on Windows.
  2. Open a project (medium or large repository).
  3. Use Cursor normally (editing files, navigating, optionally using Cursor AI features).
  4. Keep Cursor running for some time (minutes to hours).
  5. Monitor processes in Task Manager.

Observed result:

  • The Cursor renderer process (–type=renderer) keeps increasing memory usage.
  • Memory eventually exceeds ~4GB.
  • Cursor crashes or becomes unresponsive.

Expected Behavior

The renderer process should have stable memory usage over time.
Memory should be released when files or webviews are no longer in use.
Cursor should remain stable during long-running development sessions without crashing due to excessive memory usage.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.43 (system setup)
VSCode Version: 1.105.1
Commit: 32cfbe848b35d9eb320980195985450f244b3030
Date: 2025-12-19T06:06:44.644Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

opus4.5

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. The issue is very clear.

Window [1] (copilot_app) is using 4,049 MB. That’s the Agent/Chat UI process. The other processes look normal.

This is a known memory leak in the Chat/Agent UI. The team is working on a fix.

Temporary workarounds:

  1. Restart Cursor periodically, like every 2 to 3 hours of active Agent use.
  2. Close any Chat tabs you’re not using.

A couple quick questions:

  • How many Chat tabs do you usually have open?
  • Which extensions do you have installed? (Ctrl+Shift+P > Extensions: Show Installed Extensions)

I’ll pass this info to the team. Thanks again for the detailed report!

Thanks for the quick response!

I usually have 3–4 Chat tabs open at the same time.

As for extensions, I’m only using the Python extension — no other third-party extensions installed.

1 Like

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