Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Aug 17, 2024
1 parent 2faa22f commit edb5c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/run-tests
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

sudo sysctl fs.aio-max-nr
sudo sysctl -w fs.aio-max-nr=65536
sysctl fs.aio-max-nr
sysctl -w fs.aio-max-nr=65536

bins="unit-test integration-test raft-core-fuzzy-test raft-core-integration-test raft-core-unit-test raft-uv-integration-test raft-uv-unit-test"

Expand Down

0 comments on commit edb5c05

Please sign in to comment.