views:

70

answers:

3

My Xcode speed has come down to a crawl. I have no idea why. CPU activity is very low on both cores, gobs of memory.

It's almost as if it's waiting for something but I have no idea what. I have disconnected all USB and FireWire devices but it helped only a little bit.

Any ideas?

+1  A: 

First thing I'd look at is the HDD. Is it constantly being accessed? If so, it would indicate several possible things - memory shortage and lots of swapping, hard drive free space shortage cause it to hunt for space, heavy fragementation etc.

If thats not it, perhaps Xcode is running something in the background. Do you have any custom scripts you have added which could have done something?

have you rebooted?

Derek Clarkson
recently rebooted and things got worse. Disk space is almost infinity (for today)
John Smith
Hmm, thats about hte limit of my ability to help :-(
Derek Clarkson
+1  A: 

It may very well be downloading documentation updates. They're fairly large. Open Xcode's (note, big X, little c :-)) preferences and go to the documentation tab. I'll bet there's a circular progress indicator beside one of the doc sets.

Joshua Nozzi
+1  A: 

It sounds like you have predictive compilation turned on in the Xcode preferences.

Peter Hosey