Skip to content

Commit 1a627f0

Browse files
committed
HBASE-24122 Change machine ulimit-l to ulimit-a so dumps full ulimit rather than just 'max locked memory'
1 parent 6452396 commit 1a627f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/gather_machine_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ ps -Aww >"${output}/ps-Aww" 2>&1 || true
5252
ifconfig -a >"${output}/ifconfig-a" 2>&1 || true
5353
lsblk -ta >"${output}/lsblk-ta" 2>&1 || true
5454
lsblk -fa >"${output}/lsblk-fa" 2>&1 || true
55-
ulimit -l >"${output}/ulimit-l" 2>&1 || true
55+
ulimit -a >"${output}/ulimit-a" 2>&1 || true
5656
uptime >"${output}/uptime" 2>&1 || true

0 commit comments

Comments
 (0)