From 3b84c40f16e1f93822a797d134356c44bb24fa64 Mon Sep 17 00:00:00 2001 From: egibs <20933572+egibs@users.noreply.github.com> Date: Sat, 16 Aug 2025 08:50:52 -0500 Subject: [PATCH] Bump ulimit -n value for containerized Jobs Signed-off-by: egibs <20933572+egibs@users.noreply.github.com> --- .github/workflows/go-tests.yaml | 4 ++-- .github/workflows/style.yaml | 2 +- .github/workflows/third-party.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 73b0de46f..47503f512 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -30,7 +30,7 @@ jobs: --memory-swappiness=0 --security-opt no-new-privileges --ulimit core=0 - --ulimit nofile=1024:1024 + --ulimit nofile=4096:4096 --ulimit nproc=4096:4096 steps: - name: Install dependencies @@ -65,7 +65,7 @@ jobs: --memory-swappiness=0 --security-opt no-new-privileges --ulimit core=0 - --ulimit nofile=1024:1024 + --ulimit nofile=4096:4096 --ulimit nproc=4096:4096 steps: - name: Install dependencies diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 570f7fe4c..9ed13fcbc 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -128,7 +128,7 @@ jobs: --memory-swappiness=0 --security-opt no-new-privileges --ulimit core=0 - --ulimit nofile=1024:1024 + --ulimit nofile=4096:4096 --ulimit nproc=4096:4096 steps: - name: Install dependencies diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index a93edfeb1..17d4cdaf0 100644 --- a/.github/workflows/third-party.yaml +++ b/.github/workflows/third-party.yaml @@ -24,7 +24,7 @@ jobs: --memory-swappiness=0 --security-opt no-new-privileges --ulimit core=0 - --ulimit nofile=1024:1024 + --ulimit nofile=4096:4096 --ulimit nproc=4096:4096 permissions: contents: write