Starting on version 3.16, working in multiple projects at once on a i9 with 64GB of RAM, the system memory keeps going up until the system becomes unusable and i need to restart. Cursor memory itself is not so big (3-4Gb) but it’s the only things that has changed lately. Also, everything inside cursor is easily an order of magnitude slower
For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)
For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…
Additional Information
Add any other context about the problem here.
Does this stop you from using Cursor?
Yes - Cursor is unusable
Sometimes - I can sometimes use Cursor
No - Cursor works, but with this issue
The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!
This isn’t something in your setup - when several projects run agents at once, memory piles up across Cursor’s helper and agent subprocesses (plus each window’s extension hosts), which is why system memory climbs even though the main Cursor process stays at 3-4 GB. There’s no cross-window throttling for that yet. It’s an issue we’re tracking.
To keep it usable:
Run fewer projects/agent windows at once.
Offload heavy parallel work to Cloud Agents — they run off your machine.
Fully quit and reopen between long sessions; reload heavy windows (Ctrl+Shift+P → Developer: Reload Window).
Next time it’s slow, could you grab a screenshot of Windows Task Manager sorted by memory (or Ctrl+Shift+P → Developer: Open Process Explorer)? That shows us exactly which processes are holding the memory.