Carthage/Carthage

High CPU usage attributed to `carthage` when blocking on tasks

Open

#126 opened on Nov 21, 2014

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Swift (15,179 stars) (1,544 forks)batch import
bughelp wantedupdate

Description

During a long series of Git operations, carthage was spiking to > 200% CPU usage, despite the fact that most of the work was happening in git processes.

We may be unintentionally busy-waiting somewhere (perhaps because a task isn't quiet that should be?) or shelling out too frequently.

Contributor guide