For most of my projects, I am able to use cursor without issues. However, for one specific project it will, after just a few minutes, entirely peg my CPU and slow my system to the point where it is unusable. All my projects are quite similar (Elixir, phoenix) and I’m so far unable to figure out what is different about the project where this happens. I even tried recloning the project from github, and it still happens. Has anyone see anything like this?
if it’s happening just for one project, then most probably that project is the culprit
one thing you could try to make sure is run the same project on vscode and see if the same thing happens
if it does, then you’ll have to look at your code and the running processes it creates in your task manager to fix this issue
Yeah, same project is fine in code. It’s very odd for sure.