Cat into auto.conf 83/8083/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 5 Jan 2017 23:20:06 +0000 (00:20 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 5 Jan 2017 23:20:06 +0000 (00:20 +0100)
Change-Id: Iae8772e6396d7287d63a08657111edc4642d3692
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-limit-parallelism.sh

index 67ae17d..fc42c6f 100644 (file)
@@ -1,3 +1,9 @@
+
+# Throttle threads to 6
+cat << EOF >> conf/auto.conf
+
 BB_NUMBER_THREADS = "6"
 BB_NUMBER_PARSE_THREADS = "8"
-PARALLEL_MAKE = "-j6"
\ No newline at end of file
+PARALLEL_MAKE = "-j6"
+
+EOF