diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-29 04:32:14 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-29 04:32:14 +0100 |
commit | 97980271effe1bdec41207c69f3ed3831c0c515f (patch) | |
tree | 0fe5b1a7b72d874d9f54bc67e211583b8dfe4ee7 /make.conf | |
parent | fade0570ec676c3106f866040f913cedcdcef4cc (diff) | |
download | gentoo-97980271effe1bdec41207c69f3ed3831c0c515f.tar.gz gentoo-97980271effe1bdec41207c69f3ed3831c0c515f.tar.bz2 gentoo-97980271effe1bdec41207c69f3ed3831c0c515f.tar.xz gentoo-97980271effe1bdec41207c69f3ed3831c0c515f.zip |
Fine tunning
Diffstat (limited to 'make.conf')
-rw-r--r-- | make.conf | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -11,10 +11,14 @@ CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 aes" # Local build #MAKEOPTS="-j5" # DistCC build (Twice total CPUs + 1, Local CPUs). -MAKEOPTS="-j59 -l5" +#MAKEOPTS="-j35 -l5" # compute4, reduce local load (problematic) +#MAKEOPTS="-j35" # compute4 +MAKEOPTS="-j67" # compute1,3,4 # Default 2-jobs per localhost and 4-jobs per other nodes (increase recommended only on 4-head systems) -#DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/4" -DISTCC_HOSTS="ipepdvcompute4/16,lzo localhost" +DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/1" +#DISTCC_HOSTS="ipepdvcompute4/16,lzo localhost" +#DISTCC_HOSTS="ipepdvcompute4/16 ipepdvcompute1/8 ipepdvcompute3/8 localhost/1" +#DISTCC_HOSTS="ipepdvcompute4/16 localhost/1" #DISTCC_HOSTS="ipepdvcompute4/16" # DISTCC server will be blacklisted if compilation fails (which may happen intentionally during configuration stage). # Short timeout is necessary to avoid it (0 disables it alltogether). Backof should be enabled to avoid failing while in backof. |