From 97980271effe1bdec41207c69f3ed3831c0c515f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 29 Oct 2019 04:32:14 +0100 Subject: Fine tunning --- make.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'make.conf') diff --git a/make.conf b/make.conf index 9b598f6..8ee3a85 100644 --- a/make.conf +++ b/make.conf @@ -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. -- cgit v1.2.1