While I am using agentic mode Cursor uses about 75% of my GPU. Note this happens only while the agent is working, is this normal for cursor to behave this way?
Steps to Reproduce
Just running the model in an agentic mode leads to HIGH GPU usage.
The workbench.editor.showTabs is set to multiple in my environment,
I have added disable-hardware-acceleration:True to my Runtime arguments as well, but even after these changes I get the results as in screenshot attached.
As mentioned before, the High GPU load does not cause freezing of cursor i.e. cursor works without problems, but yes it does hugely affect the performance of my device and even sometimes causes screen tearing due to high GPU load.
I have also attached screenshots of my settings for reference:
Yes, there’s no longer any high GPU usage. Disabling hardware acceleration appears to have resolved the issue. Cursor now uses no GPU at all during agentic mode.
Thanks for your help.