diff options
author | Karel Kočí <cynerd@email.cz> | 2021-04-16 13:57:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-04-16 13:57:17 +0200 |
commit | 776454d9ac840e66e0153d0c134d6f1b6611e07d (patch) | |
tree | efeae6435b49e204d728c53c3f8698eeba771491 | |
parent | d14bcde52f8ac7836b1eac4459fc1bf370dd4622 (diff) | |
download | gentoo-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.defaults | 2 | ||||
-rw-r--r-- | profiles/host-errol/make.defaults | 2 | ||||
-rw-r--r-- | profiles/host-ridcully/make.defaults | 2 | ||||
-rw-r--r-- | profiles/host-susan/make.defaults | 2 |
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" |