Skip to content

Commit

Permalink
sudo ftw!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Mar 7, 2024
1 parent 8580e2d commit 797cfe6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
- name: Debug
run: |
cat /proc/sys/fs/file-max
sysctl -w fs.file-max=500000
sysctl -p
sudo sysctl -w fs.file-max=500000
sudo sysctl -p
sudo prlimit --pid $$ --nofile=1048576:1048576
sudo sysctl fs.inotify.max_user_instances=1280
sudo sysctl fs.inotify.max_user_watches=655360
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 797cfe6

Please sign in to comment.