Whitney Foster
Whitney Foster

Reputation: 721

com.apple.dt.Xcode.sourcecontrol.Git overloading CPU

I'm noticing that Xcode is severely affecting my computer's performance. I can only have Xcode open for a few minutes at a time before everything I have open starts slowing down and my computer starts overheating. When I check Activity Monitor, there are usually 5-15 lines that say "com.apple.dt.Xcode.sourcecontrol.Git". Sometimes my app won't get past the landing page until I force quit them all. Has anyone come across this before? Are there any settings I can change to make this stop?

enter image description here

Upvotes: 7

Views: 3292

Answers (2)

iman kazemayni
iman kazemayni

Reputation: 1343

For Xcode 10.1: preferences > Source Control > remove all automatics sych

it has a large effect on your CPU usage

Upvotes: 10

matt
matt

Reputation: 535345

Go into Xcode's Accounts preferences and delete all Git repository info there.

Upvotes: 5

Related Questions