From f71be22ff86828b5da71b73a9b18fd6cd0073c51 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:25:52 +0000 Subject: [PATCH] debug xargs show limits --- converter.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/converter.sh b/converter.sh index b6959fd..3712c0a 100755 --- a/converter.sh +++ b/converter.sh @@ -89,7 +89,9 @@ then ulimit -s unlimited status_message info "Changed ulimit settings for script:" ulimit -a + echo | xargs --show-limits getconf ARG_MAX + fi # warn user about limitations of the script