HBASE-24126 Up the container nproc uplimit from 10000 to 12500
ADDENDUM: Add to hbase-personality
This commit is contained in:
parent
ed24998b85
commit
25773c681b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue