busbey 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_r405636546
 
 

 ##########
 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 think this should be here. we want this proc limit change all the 
time, not just when the hadoopcheck test is enabled.

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