infra-boxes: go more parallel to use CPU better.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2016-05-27 14:40:27 -07:00
parent 17b064f0b9
commit da8eca6283
No known key found for this signature in database
GPG key ID: 19395F23C58826C4
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned"
export MAKEOPTS="-j7 -l7"
export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7"

View file

@ -1,3 +1,4 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned"
export MAKEOPTS="-j7 -l7"
export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7"