Skip to content

Commit

Permalink
up_world: assume better parallelism from most of packages
Browse files Browse the repository at this point in the history
Namely I expect haskell packages to be able to load
most of available cores. No need to build many of them
at a time.

Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed Aug 27, 2016
1 parent 8faa818 commit 41cab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/up_world
Expand Up @@ -2,7 +2,7 @@

sudo emerge -vuDN @world @preserved-rebuild \
--keep-going \
--jobs="$(($(nproc) + 1))" \
--jobs=2 \
--with-bdeps=y \
--complete-graph \
"$@"

0 comments on commit 41cab58

Please sign in to comment.