Joe McDonnell has uploaded this change for review. ( 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 --- M source/gcc/build.sh M source/kudu/build.sh M source/llvm/build-source-tarball.sh 3 files changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/55/18655/1 -- 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: newchange Gerrit-Change-Id: I621e3f994d0266557e0a3d93ce329e36a90b7ae6 Gerrit-Change-Number: 18655 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
