[gjs: 1/3] CI: print the total memory



commit 7ca2144bed376f3ddbe351b6b0486db46d06f2cd
Author: Claudio André <claudioandre br gmail com>
Date:   Tue Apr 24 18:11:25 2018 -0300

    CI: print the total memory

 test/test-ci.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/test/test-ci.sh b/test/test-ci.sh
index 0b86248d..90d68eb3 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -47,6 +47,7 @@ function do_Show_Info(){
     echo '--------------------------------'
     echo 'Useful build system information'
     echo -n "Processors: "; grep -c ^processor /proc/cpuinfo
+    grep ^MemTotal /proc/meminfo
     id; uname -a
     printenv
     echo '--------------------------------'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]