Just stop working (very slow consuming a lot of memory)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After the updates today, starts consuming a lot of memory and agents any model are very slow.

Why keep releasing updates like this? does cursor have Q&A team?

The IDE is very good, I’m using for a long time, but recently these small updates sometimes introduces a lot of these small problems that just ruins the day.

Please let’s have more attention before shipping updates like those for users that are not um beta/early updates opt in.

Steps to Reproduce

just try use

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.49
VSCode Version: 1.105.1
Commit: 21a2ed198584d56a91c0b996d1a09c93f8538440
Date: 2025-12-05T07:49:06.016Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 23.5.0

Does this stop you from using Cursor

Yes - Cursor is unusable

4 Likes

Hey, thanks for the report. I see high memory usage and slow agents on version 2.1.49 (macOS) after the update.

Please try:

  1. Disable HTTP/2:
    Settings Cmd+, → search “HTTP/2” → enable “Disable HTTP/2” → restart Cursor

  2. Clear globalStorage (if it’s bloated):

  • Close Cursor
  • Rename files:
    ~/Library/Application Support/Cursor/User/globalStorage/state.vscdb
    ~/Library/Application Support/Cursor/User/globalStorage/state.vscdb.backup
  • Launch Cursor again
    Fix: Slow File Edit, up to 10min wait
  1. Check extensions:
    In terminal: cursor --disable-extensions
    If it’s fine after that, re-enable them one by one to find the culprit
    Fix: SLOW or NO response from the agent

If it doesn’t help, please share:

  • 2-3 Request IDs of slow chats (chat menu → Copy Request ID)
  • Screenshot of Settings → Network → Run Diagnostics
  • Screenshot of Cmd+Shift+P → Developer: Open Process Explorer (which process eats memory)
  • Result of the test with cursor --disable-extensions

Let me know if this helped. If not, I’ll pass it to the team.

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