Frequent Freezes in Cursor AI IDE - Any Solutions?

Hi everyone,

I’ve been experiencing frequent issues with the Cursor AI IDE. The application tends to freeze every 1-2 hours, and I have to restart it to get back to work. This has become quite annoying, especially when I’m in the middle of coding sessions.

In the Activity Monitor, I notice a lot of tasks related to Cursor AI, which makes me think the problem might be tied to the application’s process management. My computer is fairly powerful, so I don’t suspect it’s a hardware issue on my end.

Has anyone else encountered this problem? If so, have you found any solutions or workarounds to prevent these freezes from happening? I’ve attached a screenshot from my Activity Monitor for reference.

Thanks for your help!

1 Like

I have the same issue. I’m using an M3 MacBook Pro with 36GB RAM, so hardware shouldn’t be an issue. The codebase I’m working with is quite large; perhaps that could contribute to the problem? I have to restart very frequently.

Hello,

Information from the following may assist in further troubleshooting.

Copy/paste system info from:

Cursor > Help > About

Check for any relevant logs or errors in the following locations:

Open developer tools via:

Cursor > Help > Toggle Developer Tools

and then click Console and see if there are any related errors.

Also see the parent folder of the folder that is opened when doing:

  • Ctrl + Shift + P (to open command palette in Cursor)

  • Typing and selecting Developer: Open Logs Folder

You can also view logs in Cursor > Terminal > Output and then click on the dropdown and select Window or one of the other Cursor specific options, such as Cursor Tab or Cursor Indexing & Retrieval.

My main.log:

2024-08-30 08:02:11.358 [info] update#setState disabled
2024-08-30 08:02:11.358 [info] update#ctor - updates are disabled as there is no update URL
2024-08-30 08:02:11.493 [error] [storage state.vscdb] error checking size of src.vs.platform.reactivestorage.browser.reactiveStorageServiceImpl.persistentStorage.workspaceUser: Error: Unexpected number of rows - 0
2024-08-30 12:58:40.786 [info] Extension host with pid 54932 exited with code: 0, signal: unknown.
2024-08-30 13:16:01.527 [info] Extension host with pid 80371 exited with code: 0, signal: unknown.
2024-08-30 15:10:41.572 [info] Extension host with pid 80372 exited with code: 0, signal: unknown.
2024-08-30 18:06:14.734 [error] [uncaught exception in main]: Error: net::ERR_NETWORK_IO_SUSPENDED
2024-08-30 18:06:14.734 [error] Error: net::ERR_NETWORK_IO_SUSPENDED
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:109791)
    at SimpleURLLoaderWrapper.emit (node:events:514:28)
2024-08-30 18:06:14.734 [error] [uncaught exception in main]: Error: net::ERR_NETWORK_IO_SUSPENDED
2024-08-30 18:06:14.734 [error] Error: net::ERR_NETWORK_IO_SUSPENDED
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:109791)
    at SimpleURLLoaderWrapper.emit (node:events:514:28)
2024-08-30 20:28:48.251 [info] Extension host with pid 55172 exited with code: 0, signal: unknown.

@litecode really annoying. Can’t work with comfort even though I paid for premium

I realized that one of my VSCode extensions was causing the lag. I deleted the extensions one by one, narrowed it down, and now it works well!