Skip to content

Commit

Permalink
Merge pull request #596 from cole-miller/flaky-test
Browse files Browse the repository at this point in the history
Raise aio-max-nr on GHA
  • Loading branch information
Mathieu Borderé authored Mar 4, 2024
2 parents 02b5adc + e814a1c commit 9578db5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Raise aio-max-nr
run: |
sysctl fs.aio-max-nr
sudo sysctl -w fs.aio-max-nr=1000000
- name: Set up dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 9578db5

Please sign in to comment.