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.

This commit is contained in:
inference 2022-12-27 05:59:34 +00:00
parent 26d2cb3a8f
commit b14f16f44d

View File

@ -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"