aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-22 21:25:53 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-07-22 21:25:56 -0400
commit67737cf22aeecd10f9c9f7aa448252b1981de8ef (patch)
tree240768992aaf82c0ba8d6e752d53fee898f6c485
parent51a6e2c4192913c9c18507d8dfb3302500b26cc3 (diff)
parentfa4010e1129f2a4f3348f7a02896021df9270ee0 (diff)
downloadbitcoin-67737cf22aeecd10f9c9f7aa448252b1981de8ef.tar.xz
Merge #16438: travis: Print memory and number of cpus
fa4010e1129f2a4f3348f7a02896021df9270ee0 travis: Print memory and number of cpus (MarcoFalke) Pull request description: For some reason it shows a different value than the one they advertise. This might be related to the flood of sanitizer warnings we see. https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system Top commit has no ACKs. Tree-SHA512: 285bdf6e7fe29990b980acf64ca658f4319d17c770f45cfd4339244e6b7ec11b7a39b9c4a54e71415c32fef08ee5da75ab7171861905494d633631779480c146
-rwxr-xr-x.travis/test_04_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis/test_04_install.sh b/.travis/test_04_install.sh
index b589ee7a16..319f2c5b21 100755
--- a/.travis/test_04_install.sh
+++ b/.travis/test_04_install.sh
@@ -6,6 +6,9 @@
export LC_ALL=C.UTF-8
+free -m -h
+echo "Number of CPUs (nproc): $(nproc)"
+
travis_retry docker pull "$DOCKER_NAME_TAG"
export DIR_FUZZ_IN=${TRAVIS_BUILD_DIR}/qa-assets