summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-04-16 13:57:17 +0200
committerKarel Kočí <cynerd@email.cz>2021-04-16 13:57:17 +0200
commit776454d9ac840e66e0153d0c134d6f1b6611e07d (patch)
treeefeae6435b49e204d728c53c3f8698eeba771491
parentd14bcde52f8ac7836b1eac4459fc1bf370dd4622 (diff)
downloadgentoo-personal-overlay-776454d9ac840e66e0153d0c134d6f1b6611e07d.tar.gz
gentoo-personal-overlay-776454d9ac840e66e0153d0c134d6f1b6611e07d.tar.bz2
gentoo-personal-overlay-776454d9ac840e66e0153d0c134d6f1b6611e07d.zip
profile: tweak number of jobs for hosts
-rw-r--r--profiles/host-albert/make.defaults2
-rw-r--r--profiles/host-errol/make.defaults2
-rw-r--r--profiles/host-ridcully/make.defaults2
-rw-r--r--profiles/host-susan/make.defaults2
4 files changed, 4 insertions, 4 deletions
diff --git a/profiles/host-albert/make.defaults b/profiles/host-albert/make.defaults
index cc97a88..74ef669 100644
--- a/profiles/host-albert/make.defaults
+++ b/profiles/host-albert/make.defaults
@@ -1,2 +1,2 @@
# vim:ft=gentoo-make-conf
-MAKEOPTS="-j8 -l4"
+MAKEOPTS="-j8 -l3"
diff --git a/profiles/host-errol/make.defaults b/profiles/host-errol/make.defaults
index 418279d..149769d 100644
--- a/profiles/host-errol/make.defaults
+++ b/profiles/host-errol/make.defaults
@@ -1,2 +1,2 @@
# vim:ft=gentoo-make-conf
-MAKEOPTS="-j14"
+MAKEOPTS="-j32 -l15"
diff --git a/profiles/host-ridcully/make.defaults b/profiles/host-ridcully/make.defaults
index fe73680..9fd0fac 100644
--- a/profiles/host-ridcully/make.defaults
+++ b/profiles/host-ridcully/make.defaults
@@ -1,5 +1,5 @@
# vim:ft=gentoo-make-conf
-MAKEOPTS="-j12"
+MAKEOPTS="-j32 -l15"
INPUT_DEVICES="roccat_suora"
USE_EXPAND="INPUT_DEVICES"
diff --git a/profiles/host-susan/make.defaults b/profiles/host-susan/make.defaults
index f3a5f7a..74ef669 100644
--- a/profiles/host-susan/make.defaults
+++ b/profiles/host-susan/make.defaults
@@ -1,2 +1,2 @@
# vim:ft=gentoo-make-conf
-MAKEOPTS="-j3"
+MAKEOPTS="-j8 -l3"