Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18655 )
Change subject: IMPALA-11370: Run make with --load-average for GCC, LLVM, and Kudu ...................................................................... IMPALA-11370: Run make with --load-average for GCC, LLVM, and Kudu Large C++ projects can saturate large machines. When the docker build infrastructures runs multiple builds in parallel, it can overload the machine and cause high memory usage / instability. This adds "--load-average" to the make commands for three large projects: GCC, LLVM, and Kudu. This can be tuned later to get higher utilization. Change-Id: I621e3f994d0266557e0a3d93ce329e36a90b7ae6 Reviewed-on: http://gerrit.cloudera.org:8080/18655 Reviewed-by: Wenzhe Zhou <[email protected]> Reviewed-by: Riza Suminto <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M source/gcc/build.sh M source/kudu/build.sh M source/llvm/build-source-tarball.sh 3 files changed, 6 insertions(+), 6 deletions(-) Approvals: Wenzhe Zhou: Looks good to me, but someone else must approve Riza Suminto: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18655 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I621e3f994d0266557e0a3d93ce329e36a90b7ae6 Gerrit-Change-Number: 18655 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
