pan3793 commented on code in PR #8358:
URL: https://github.com/apache/hadoop/pull/8358#discussion_r2964016429
##########
dev-support/bin/hadoop.sh:
##########
@@ -56,6 +56,8 @@ function personality_globals
if [[ -z "${HADOOP_HOMEBREW_DIR}" ]]; then
HADOOP_HOMEBREW_DIR=/usr/local
fi
+ #shellcheck disable=SC2034
+ PROC_LIMIT=10000
Review Comment:
okay, I figured it out by looking at Yetus reports in other PRs, it's 5500
by default. double it makes sense
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]