Skip to content

Commit

Permalink
limits.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dAdAbird committed Dec 17, 2024
1 parent 8a99702 commit a44a278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-16-src-make-ssl11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
sleep 10
export ROOT_TOKEN=$(cat $TV | grep "Root Token" | cut -d ":" -f 2 | xargs echo -n)
echo "Root token: $ROOT_TOKEN"
sudo ulimit -H -l unlimited
ulimit -S -l unlimited
sudo echo "* hard memlock unlimited" >> /etc/security/limits.conf
sudo echo "* soft memlock unlimited" >> /etc/security/limits.conf
make installcheck
working-directory: src/contrib/pg_tde

Expand Down

0 comments on commit a44a278

Please sign in to comment.