Skip to content

Commit

Permalink
Print system info
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 30, 2022
1 parent 1999c94 commit 72b5337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/regtesting/print_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ if [[ "${git_sha}" != "<N/A>" ]] && command -v git > /dev/null 2>&1; then
fi

echo "--------------------------- Resource limits ------------------------------"
uname -mrs
case "$(uname -s)" in
Linux)
prlimit
;;
Darwin)
sw_vers
launchctl limit
;;
esac
Expand Down

0 comments on commit 72b5337

Please sign in to comment.