From fa4010e1129f2a4f3348f7a02896021df9270ee0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 22 Jul 2019 17:25:35 -0400 Subject: travis: Print memory and number of cpus --- .travis/test_04_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis') 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 -- cgit v1.2.3