After running cursor for about 5 mins I can see a Git process in the activity monitor and within few seconds the memory shoots up to more than 20GB and freezes my laptop
The “extension-host” indicates that the issue is related to the extensions. To check this, try starting in safe mode: cursor --disable-extensions. If everything is fine, open Process Explorer to try to identify the problematic extension.
Hey, does this happen still if you run Cursor with extensions disabled?
To do this, go into a terminal and run cursor --disable-extensions.
I’d be surprised if this was Cursor doing this out the box, I’d think this was either a bad Git installation or a bad extension that’s causing this as my first guess.