Oom error, crash ram usage increase

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

oom error, 536870904 code

Steps to Reproduce

when opening right side bar with terminal, browser, and file reader ram by cursor increases up to 8gb and crashes. when try to open file from chat same error occurs. error occurs only in 3.4.20 version (3.2.16 works well) and after i close cursor the cursor icon on desktop crashes and doesnt open app anymore

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

3.4.20 version broken. installed older version, works well

For AI issues: which model did you use?

auto

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known class of bugs. On Windows, the renderer process hits the ~4 GB V8 heap limit and crashes with code -536870904. A few root causes are already being tracked internally, but there’s no ETA for a fix yet.

The main thread with details and a repro is here: Renderer OOM crash (code -536870904) every ~3 minutes on Windows — 128GB RAM, reproducible

What you can try for now:

  • Don’t keep terminal + browser + file reader open in the sidebar at the same time. That combo is what spikes memory in your case.
  • Periodically close or clear the terminal if it has a lot of output.
  • If it’s too disruptive, stay on 3.2.16 since it’s stable for you.

About the app not launching from the icon after a crash. That can happen if the OOM corrupts state.vscdb. Try closing all Cursor processes in Task Manager and relaunching. If that doesn’t help, you can temporarily rename %APPDATA%\Cursor\User\workspaceStorage. This will reset workspace state, but your settings and chats will remain.

Let me know if it still crashes after these workarounds and we’ll collect logs.