debug(CI):check fs.file-max

This commit is contained in:
Sven Feyerabend 2021-05-25 17:44:32 +02:00
parent aab7043626
commit 17782c7687
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- source environment
- ulimit -n 90000
- sysctl fs.file-max
# - docker pull "$CI_REGISTRY_IMAGE" || true
- docker pull "$BASE"
- >