Skip to content
Snippets Groups Projects
Commit 39bb94ab authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

debug(CI):log open file descriptors

parent 10365fd8
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,15 @@ services:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- source environment
- ulimit -n 9223372036854775807
- ulimit -n 999999
- ulimit
- lsof | wc -l
- sysctl fs.file-max
# - docker pull "$CI_REGISTRY_IMAGE" || true
- docker pull "$BASE"
- >
docker build
--ulimit nofile=9223372036854775807
--ulimit nofile=999999
--cache-from "$CI_REGISTRY_IMAGE"
--pull
--build-arg "BASE=$BASE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment