pan3793 commented on code in PR #8358:
URL: https://github.com/apache/hadoop/pull/8358#discussion_r2963763131


##########
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:
   what's the default value if we don't set it explicitly?



-- 
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]

Reply via email to