HBASE-24126 Up the container nproc uplimit from 10000 to 12500

ADDENDUM: Add to hbase-personality
This commit is contained in:
stack 2020-04-06 16:29:46 -07:00
parent ed24998b85
commit 25773c681b
1 changed files with 1 additions and 1 deletions

View File

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