From d83b7b4fde9ed703f1f0d5040799722cfff2125a Mon Sep 17 00:00:00 2001 From: stack Date: Mon, 6 Apr 2020 08:57:00 -0700 Subject: [PATCH] HBASE-24122 Change machine ulimit-l to ulimit-a so dumps full ulimit rather than just 'max locked memory' --- dev-support/gather_machine_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/gather_machine_environment.sh b/dev-support/gather_machine_environment.sh index fa99d3f7e5..5506bfcc1b 100755 --- a/dev-support/gather_machine_environment.sh +++ b/dev-support/gather_machine_environment.sh @@ -52,5 +52,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 -l >"${output}/ulimit-l" 2>&1 || true +ulimit -a >"${output}/ulimit-a" 2>&1 || true uptime >"${output}/uptime" 2>&1 || true -- 2.19.1