Skip to content

Commit

Permalink
sudo ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
dAdAbird committed Dec 17, 2024
1 parent abed88e commit 8a99702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-src-make-ssl11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,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"
ulimit -H -l unlimited
sudo ulimit -H -l unlimited
ulimit -S -l unlimited
make installcheck
working-directory: src/contrib/pg_tde
Expand Down

0 comments on commit 8a99702

Please sign in to comment.