saintstack commented on a change in pull request #1450: HBASE-24126 Up the 
container nproc uplimit from 10000 to 12500
URL: https://github.com/apache/hbase/pull/1450#discussion_r405704576
 
 

 ##########
 File path: dev-support/hbase-personality.sh
 ##########
 @@ -513,6 +516,7 @@ function hadoopcheck_parse_args
 ## @stability    evolving
 function hadoopcheck_docker_support
 {
+  DOCKER_EXTRAARGS=("${DOCKER_EXTRAARGS[@]}" "--ulimit" "nproc=12500")
 
 Review comment:
   I don't follow. The new 12500 number is put everywhere, not just here 
conditional on when hadoopcheck runs. Thanks for taking a look.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to