This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 25773c6 HBASE-24126 Up the container nproc uplimit from 10000 to
12500 ADDENDUM: Add to hbase-personality
25773c6 is described below
commit 25773c681b35e231152b3bb2347e7f55f03ba2e4
Author: stack <[email protected]>
AuthorDate: Mon Apr 6 16:29:46 2020 -0700
HBASE-24126 Up the container nproc uplimit from 10000 to 12500
ADDENDUM: Add to hbase-personality
---
dev-support/hbase-personality.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index ec05187..35c5cd0 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -513,7 +513,7 @@ function hadoopcheck_parse_args
## @stability evolving
function hadoopcheck_docker_support
{
- DOCKER_EXTRAARGS=("${DOCKER_EXTRAARGS[@]}"
"--env=QUICK_HADOOPCHECK=${QUICK_HADOOPCHECK}")
+ DOCKER_EXTRAARGS=("${DOCKER_EXTRAARGS[@]}"
"--env=QUICK_HADOOPCHECK=${QUICK_HADOOPCHECK}" "--ulimit nproc=12500:12500")
}
## @description hadoopcheck test