8144312: Remove limitations on the default number of jobs in the build
authorerikj
Wed, 02 Dec 2015 10:49:50 +0100
changeset 34119 f3b25f92a8b3
parent 34118 0e07d8f543ea
child 34120 313fb07f49a6
8144312: Remove limitations on the default number of jobs in the build Reviewed-by: tbell
common/autoconf/build-performance.m4
common/autoconf/generated-configure.sh
--- a/common/autoconf/build-performance.m4	Mon Nov 30 13:55:05 2015 -0800
+++ b/common/autoconf/build-performance.m4	Wed Dec 02 10:49:50 2015 +0100
@@ -138,14 +138,6 @@
       JOBS="$memory_gb"
     else
       JOBS="$NUM_CORES"
-      # On bigger machines, leave some room for other processes to run
-      if test "$JOBS" -gt "4"; then
-        JOBS=`expr $JOBS '*' 90 / 100`
-      fi
-    fi
-    # Cap number of jobs to 16
-    if test "$JOBS" -gt "16"; then
-      JOBS=16
     fi
     if test "$JOBS" -eq "0"; then
       JOBS=1
--- a/common/autoconf/generated-configure.sh	Mon Nov 30 13:55:05 2015 -0800
+++ b/common/autoconf/generated-configure.sh	Wed Dec 02 10:49:50 2015 +0100
@@ -4640,7 +4640,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1448463381
+DATE_WHEN_GENERATED=1449049746
 
 ###############################################################################
 #
@@ -56337,14 +56337,6 @@
       JOBS="$memory_gb"
     else
       JOBS="$NUM_CORES"
-      # On bigger machines, leave some room for other processes to run
-      if test "$JOBS" -gt "4"; then
-        JOBS=`expr $JOBS '*' 90 / 100`
-      fi
-    fi
-    # Cap number of jobs to 16
-    if test "$JOBS" -gt "16"; then
-      JOBS=16
     fi
     if test "$JOBS" -eq "0"; then
       JOBS=1