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 (1,544 forks)batch import
bughelp wantedupdate

Repository metrics

Stars
 (15,179 stars)
PR merge metrics
 (No merged PRs in 30d)

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