commit: 8ac759b4e662fa505d6bb928278b7d0e7f92bdc2
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 14:11:51 2022 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:11:51 2022 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=8ac759b4
make.conf: reduce number of concurrent make threads
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
core/etc/portage/make.conf.CYCLE.1 | 2 +-
core/etc/portage/make.conf.CYCLE.2 | 2 +-
core/etc/portage/make.conf.CYCLE.3 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/etc/portage/make.conf.CYCLE.1
b/core/etc/portage/make.conf.CYCLE.1
index e1a7e12..044249b 100644
--- a/core/etc/portage/make.conf.CYCLE.1
+++ b/core/etc/portage/make.conf.CYCLE.1
@@ -1,5 +1,5 @@
CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-musl"
-MAKEOPTS="-j17"
+MAKEOPTS="-j4"
ACCEPT_LICENSE="linux-fw-redistributable no-source-code"
diff --git a/core/etc/portage/make.conf.CYCLE.2
b/core/etc/portage/make.conf.CYCLE.2
index 53909d8..659ee1e 100644
--- a/core/etc/portage/make.conf.CYCLE.2
+++ b/core/etc/portage/make.conf.CYCLE.2
@@ -1,7 +1,7 @@
CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-musl"
-MAKEOPTS="-j17"
+MAKEOPTS="-j4"
USE="-tk -fontforge"
USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
ACCEPT_LICENSE="linux-fw-redistributable no-source-code"
diff --git a/core/etc/portage/make.conf.CYCLE.3
b/core/etc/portage/make.conf.CYCLE.3
index fcaccee..04d42ad 100644
--- a/core/etc/portage/make.conf.CYCLE.3
+++ b/core/etc/portage/make.conf.CYCLE.3
@@ -1,6 +1,6 @@
CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-gentoo-linux-musl"
-MAKEOPTS="-j17"
+MAKEOPTS="-j4"
PORTAGE_BINHOST="http://bluedragon.freeharbor.net/"
ACCEPT_LICENSE="linux-fw-redistributable no-source-code"