Skip to content

Commit 67737cf

Browse files
author
MarcoFalke
committed
Merge #16438: travis: Print memory and number of cpus
fa4010e 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
2 parents 51a6e2c + fa4010e commit 67737cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis/test_04_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
export LC_ALL=C.UTF-8
88

9+
free -m -h
10+
echo "Number of CPUs (nproc): $(nproc)"
11+
912
travis_retry docker pull "$DOCKER_NAME_TAG"
1013

1114
export DIR_FUZZ_IN=${TRAVIS_BUILD_DIR}/qa-assets

0 commit comments

Comments
 (0)