Further reduce parallel builds 01/8101/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 6 Jan 2017 23:59:01 +0000 (00:59 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 6 Jan 2017 23:59:01 +0000 (00:59 +0100)
Change-Id: I9a8804fd24e45f024bea36bd668261408552fc8d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-limit-parallelism.sh

index fc42c6f..d717ac3 100644 (file)
@@ -2,8 +2,8 @@
 # Throttle threads to 6
 cat << EOF >> conf/auto.conf
 
-BB_NUMBER_THREADS = "6"
+BB_NUMBER_THREADS = "5"
 BB_NUMBER_PARSE_THREADS = "8"
-PARALLEL_MAKE = "-j6"
+PARALLEL_MAKE = "-j5"
 
 EOF