How'd you generate the all-packages file? I'd like to test this on my machine.
On Fri, Jul 8, 2016 at 1:53 PM, Erik Rantapaa <[email protected]> wrote: > 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. -- Chris Allen Currently working on http://haskellbook.com -- 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/CADnndOonLXXBHXsYJ%3DFRV%3DUsftBWwfPY5OVrzZuBR6zHvePgrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
