From 3fb498c18d6e7ca9ca467f8cd49cb99ad3f95200 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebnoy Date: Tue, 17 Dec 2024 16:58:00 +0200 Subject: [PATCH] Ulimit --- .github/workflows/postgresql-16-src-make-ssl11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgresql-16-src-make-ssl11.yml b/.github/workflows/postgresql-16-src-make-ssl11.yml index da723946..91c7bc4e 100644 --- a/.github/workflows/postgresql-16-src-make-ssl11.yml +++ b/.github/workflows/postgresql-16-src-make-ssl11.yml @@ -12,7 +12,7 @@ jobs: - name: Update ulimits run: | - ulimit -S -l 2043592 + ulimit -S -l 512 ulimit -a - name: Remove old postgres run: |