Skip to content

Commit

Permalink
prlimit
Browse files Browse the repository at this point in the history
  • Loading branch information
dAdAbird committed Dec 17, 2024
1 parent 3fb498c commit 4212439
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/postgresql-16-src-make-ssl11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:

- name: Update ulimits
run: |
ulimit -S -l 512
ulimit -a

- name: Remove old postgres
run: |
sudo apt purge postgresql-client-common postgresql-common \
Expand Down Expand Up @@ -96,7 +93,7 @@ jobs:
sleep 10
export ROOT_TOKEN=$(cat $TV | grep "Root Token" | cut -d ":" -f 2 | xargs echo -n)
echo "Root token: $ROOT_TOKEN"
make installcheck
prlimit -l 512 make installcheck
working-directory: src/contrib/pg_tde

- name: Report on test fail
Expand Down

0 comments on commit 4212439

Please sign in to comment.