Agent Execution Times out if I open multiple agent at a time, I dont have any plugin running. even after reloading window multiple time it is not working. only way is to close other agents and have this agent only running. Looks like some thing getting bloating if we have multiple agent running.
Request ID: 5192c1d8-2d4f-4e8a-9268-d93e390e52a9
{“error”:“ERROR_EXTENSION_HOST_TIMEOUT”,“details”:{“title”:“Agent Execution Timed Out”,“detail”:“The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.”,“isRetryable”:false,“shouldShowImmediateError”:true,“additionalInfo”:{},“buttons”:[{“label”:“Reload Window”,“reloadWindow”:{}}],“planChoices”:}}
Agent Execution Timed Out [deadline_exceeded]
ConnectError: [deadline_exceeded] Agent Execution Timed Out
at Dgp (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9123:32291)
at AQi.waitForProviderRegistration (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9123:37347)
at async lba._waitForPushRequestContextProviderRegistration (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:20487:3913)
at async fAe (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:7918:12023)
at async vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:20487:8049
at async fAe (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:7918:12023)
at async lba.streamFromAgentBackend (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:20487:7973)
at async lba.getAgentStreamResponse (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:20487:23432)
at async VIe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9229:2399)
at async Object.wk [as onSubmit] (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:19518:83910)
I took a look at the recent request ID, and it appears you’re running into very low memory (RAM) availability when the extension host fails to start. It’s expected that running multiple agents simultaneously will create some memory pressure.
How many GB of RAM does your local workstation have? And how much RAM is free before you start Cursor?
We’re always working to make Cursor more memory efficient, but in the short term, it sounds like there’s not a lot of headroom for Cursor to run well, and the more agents you have running at a time, the more memory pressure will be put on your system.
I’d suggest freeing up some RAM before starting Cursor, or seeing if it’s possible to have a system with more memory.