HBASE-25081 Up the container nproc uplimit to 30000 (#2439)

This commit is contained in:
Istvan Toth 2020-09-22 17:53:15 +02:00 committed by GitHub
parent 8a6299bb38
commit d1a3b66074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,9 +80,9 @@ function personality_globals
# TODO use PATCH_BRANCH to select jdk versions to use.
# Yetus 0.7.0 enforces limits. Default proclimit is 1000.
# Up it. See HBASE-19902 for how we arrived at this number.
# Up it. See HBASE-25081 for how we arrived at this number.
#shellcheck disable=SC2034
PROC_LIMIT=12500
PROC_LIMIT=30000
# Set docker container to run with 20g. Default is 4g in yetus.
# See HBASE-19902 for how we arrived at 20g.