From b14f16f44da3d0713a5fb8fd55c6210c533054ff Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 05:59:34 +0000 Subject: [PATCH] Limit load average to the equivalent to 5 cores to ensure effectively at least 1 core is available for other tasks in worst case scenario. --- portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index fedf197..ed38fe7 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 2.0.2.7 +# Version: 2.1.0.8 # System @@ -24,7 +24,7 @@ LC_MESSAGES=C GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://mirror.init7.net/gentoo/ rsync://ftp.iij.ad.jp/pub/linux/gentoo/ rsync://ftp.jaist.ac.jp/pub/Linux/gentoo/" ## Emerge -EMERGE_DEFAULT_OPTS="--ask --verbose" +EMERGE_DEFAULT_OPTS="--ask --load-average 5 --verbose" FEATURES="buildpkg" MAKEOPTS="--jobs 4"