File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1414 apt-get install -y sudo
1515 fi
1616
17- echo '* soft nofile 1048576' | sudo tee /etc/security/limits.conf
18- echo '* hard nofile 1048576' | sudo tee /etc/security/limits.conf
19-
20- ulimit -n
21- ulimit -hn
22-
2317 sudo apt-get update -y | true
2418 sudo apt-get install -y \
2519 autoconf \
Original file line number Diff line number Diff line change @@ -387,6 +387,8 @@ jobs:
387387 - name : Test multiple libraries and frameworks in parallel
388388 if : matrix.branch.ref != 'PHP-8.0'
389389 run : |
390+ sudo prlimit --pid $$ --nofile=1048576:1048576
391+
390392 php $GITHUB_WORKSPACE/.github/nightly.php || exit $?
391393
392394 - name : Test Psalm
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ jobs:
150150
151151 - name : Test multiple libraries and frameworks in parallel
152152 run : |
153+ sudo prlimit --pid $$ --nofile=1048576:1048576
154+
153155 php $GITHUB_WORKSPACE/.github/nightly.php || exit $?
154156
155157 - name : Test
You can’t perform that action at this time.
0 commit comments