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 509777135..ddf2a944e 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 e8c9d39b5..13a501749 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