From 711ebf2ba3e1f14aa712b6fc4fcc55451f13eda2 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 4 Dec 2015 22:18:11 +0100 Subject: [PATCH] [armhfp/portage] tweaking -j MAKEOPTS Now the entropy container runs with custom defined limited resources. distcc nodes helps in this phase --- conf/armhfp/portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/armhfp/portage/make.conf b/conf/armhfp/portage/make.conf index 08e2d6b7..3a66b194 100644 --- a/conf/armhfp/portage/make.conf +++ b/conf/armhfp/portage/make.conf @@ -13,7 +13,7 @@ CHOST="armv7a-hardfloat-linux-gnueabi" ACCEPT_KEYWORDS="arm ~arm" FEATURES="distcc distcc-pump buildpkg ccache parallel-fetch parallel-install protect-owned compressdebug splitdebug" EMERGE_DEFAULT_OPTS="-j 2 -k --binpkg-changed-deps=y --binpkg-respect-use=y" -MAKEOPTS="-j4 -l8 -s" +MAKEOPTS="-j6 -l4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags