Skip to content

Commit

Permalink
Try adjusting swappiness in tests to 90.
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed Jan 15, 2023
1 parent 70f8d81 commit 86fa9eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,12 @@ jobs:
with:
swap-size-gb: 13

- name: Adjust Swappiness
run: |
sudo cat /proc/sys/vm/swappiness
sudo sysctl vm.swappiness=90
sudo cat /proc/sys/vm/swappiness
- name: Run actions/checkout@v3 for synapse
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 86fa9eb

Please sign in to comment.