Hi all,

I've been building a large number of packages with a single `stack install` 
command, e.g. something like:

    stack install --resolver ... --keep-going $(cat all-packages)

On a 8-core / 16 GB box I've noticed that the worker threads are not always 
kept busy. The overall %-idle time is at least 20%.

So I'm wondering...

- Is there anything I can do on the command line to improve CPU utilization?

- Where can I find the code that does the job scheduling? I would like to 
modify how package builds are prioritized to improve throughput.

Thanks,
Erik

-- 
You received this message because you are subscribed to the Google Groups 
"haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/haskell-stack/329a3117-b2ff-411c-954d-156001b622d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to