From 1a930cff6d54df24a844a755dc2608f798ba11d7 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Thu, 1 Feb 2018 16:42:16 -0800 Subject: [PATCH] Revert "HBASE-19899 Dump ulimit -a, fd count, and free output at end of build into system dir" This reverts commit b66a789ca390efa3a96084c39b40968ebd8f950a. --- dev-support/gather_machine_environment.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-support/gather_machine_environment.sh b/dev-support/gather_machine_environment.sh index db1e74be1d7..589dffe9bf6 100755 --- a/dev-support/gather_machine_environment.sh +++ b/dev-support/gather_machine_environment.sh @@ -47,8 +47,5 @@ ps -Aww >"${output}/ps-Aww" 2>&1 || true ifconfig -a >"${output}/ifconfig-a" 2>&1 || true lsblk -ta >"${output}/lsblk-ta" 2>&1 || true lsblk -fa >"${output}/lsblk-fa" 2>&1 || true -ulimit -a >"${output}/ulimit-a" 2>&1 || true +ulimit -l >"${output}/ulimit-l" 2>&1 || true uptime >"${output}/uptime" 2>&1 || true -free -h >"${output}/free -h" 2>&1 || true -lsof|wc -l >"${output}/fd-count" 2>&1 || true -