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

debug(CI): print limits from Dockerfile

parent 39bb94ab
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ before_script: ...@@ -17,7 +17,7 @@ before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- source environment - source environment
- ulimit -n 999999 - ulimit -n 999999
- ulimit - ulimit -n
- lsof | wc -l - lsof | wc -l
- sysctl fs.file-max - sysctl fs.file-max
# - docker pull "$CI_REGISTRY_IMAGE" || true # - docker pull "$CI_REGISTRY_IMAGE" || true
......
...@@ -4,6 +4,7 @@ FROM nixpkgs/curl as src ...@@ -4,6 +4,7 @@ FROM nixpkgs/curl as src
ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master ARG LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master
RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1 RUN mkdir /src && cd /src && curl "$LDAP_PLUGIN_URL" | tar -xzf - --strip-components=1
RUN ls /src RUN ls /src
RUN lsof |wc -l && ulimit
FROM $BASE FROM $BASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment