aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2022-07-25 10:11:51 -0400
committerAnthony G. Basile <blueness@gentoo.org>2022-07-25 10:11:51 -0400
commit8ac759b4e662fa505d6bb928278b7d0e7f92bdc2 (patch)
tree31adb7457c0420000f94914d418f14cc25a99374
parentsamba: fix samba startup (diff)
downloadgrs-8ac759b4e662fa505d6bb928278b7d0e7f92bdc2.tar.gz
grs-8ac759b4e662fa505d6bb928278b7d0e7f92bdc2.tar.bz2
grs-8ac759b4e662fa505d6bb928278b7d0e7f92bdc2.zip
make.conf: reduce number of concurrent make threads
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--core/etc/portage/make.conf.CYCLE.12
-rw-r--r--core/etc/portage/make.conf.CYCLE.22
-rw-r--r--core/etc/portage/make.conf.CYCLE.32
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"