Skip to content

Commit

Permalink
add another command
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 3, 2022
1 parent 3a4dc4c commit dae2fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
go-version: 1.16.x
- name: Test
run: |
sudo echo 65535 > /proc/sys/fs/file-max
sudo sysctl -w fs.file-max=1000000
sudo sysctl -p
sudo sh -c "ulimit -n 1000000"
Expand Down

0 comments on commit dae2fa4

Please sign in to comment.