Skip to content

Commit

Permalink
append sysctl
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 3, 2022
1 parent 3caeea6 commit f138648
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ jobs:
go-version: 1.16.x
- name: Test
run: |
ulimit -Sn 10485
ulimit -Sn
ulimit -Hn 10485
ulimit -Hn
echo "fs.file-max = 500000" >> /etc/sysctl.conf
sysctl -p
ulimit -n 500000
make test
# codeql:
Expand Down

0 comments on commit f138648

Please sign in to comment.