Skip to content

Commit fa4010e

Browse files
author
MarcoFalke
committed
travis: Print memory and number of cpus
1 parent 51a6e2c commit fa4010e

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)