Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

  • Xcode version: 7.1.1
  • OS version: 10.11.1
  • Happens in Swift and ObjC

enter image description here

like image 754
Whitney Foster Avatar asked Nov 17 '15 22:11

Whitney Foster


2 Answers

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

it has a large effect on your CPU usage

like image 110
iman kazemayni Avatar answered Oct 21 '22 01:10

iman kazemayni


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

like image 41
matt Avatar answered Oct 21 '22 01:10

matt