• Paul E. McKenney's avatar
    torture: Make the build machine control N in "make -jN" · b09751d7
    Paul E. McKenney authored
    Given remote rcutorture runs, it is quite possible that the build system
    will have fewer CPUs than the system(s) running the actual test scenarios.
    In such cases, using the number of CPUs on the test systems can overload
    the build system, slowing down the build or, worse, OOMing the build
    system.  This commit therefore uses the build system's CPU count to set
    N in "make -jN", and by tradition sets "N" to double the CPU count.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    b09751d7
kvm-build.sh 1.3 KB