Skip to content

Commit

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

0 comments on commit 7dcba4e

Please sign in to comment.