Skip to content

Commit

Permalink
Increasing swap space from 10GB to 20GB to see if that is why armv7 b…
Browse files Browse the repository at this point in the history
…uilds get stuck
  • Loading branch information
tronyx committed Jun 12, 2024
1 parent d3895dd commit 5ededc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set Swap Space
uses: pierotofy/[email protected]
with:
swap-size-gb: 10
swap-size-gb: 20
- run: |
sudo mkdir -p /var/lib/docker
sudo mount -t tmpfs -o size=10G none /var/lib/docker
Expand Down

0 comments on commit 5ededc2

Please sign in to comment.