From 37b40f9e5e8a5579aa0b894945034f0891c3f8f3 Mon Sep 17 00:00:00 2001 From: Sven Feyerabend Date: Wed, 19 May 2021 09:04:37 +0200 Subject: [PATCH] fix(CI): allow more open file descriptors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6c58c8..5d4a50d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ before_script: - docker pull "$CI_REGISTRY_IMAGE" || true - > docker build - --ulimit nofile=9000 + --ulimit nofile=90000 --cache-from "$CI_REGISTRY_IMAGE" --pull --build-arg "BASE=$BASE"