Skip to content

Commit

Permalink
gha: set fs.aio-max-nr on host machine
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Jimenez <[email protected]>
  • Loading branch information
ivotron committed Nov 1, 2021
1 parent 8d4a02a commit 210e311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/redpanda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
key: ccache-${{github.ref}}
restore-keys: ccache

- name: set fx.aio-max-nr
run: sudo sysctl -w fs.aio-max-nr=10485760

- name: build & test
run: |
export CCACHE_COMPRESS=true
Expand Down

0 comments on commit 210e311

Please sign in to comment.