Skip to content

Commit 7e0bd5d

Browse files
committed
ci: see swap size
1 parent b74c173 commit 7e0bd5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
# when building the monorepo we hit the memory limit, so need to setup a swap space
2525
- name: setup swap Space
2626
run: |
27-
fallocate -l 32G /swapfile
28-
chmod 600 /swapfile
29-
mkswap /swapfile
30-
swapon /swapfile
27+
# fallocate -l 32G /swapfile
28+
# chmod 600 /swapfile
29+
# mkswap /swapfile
30+
# swapon /swapfile
3131
free -h
3232
- name: install build tools
3333
run: |

0 commit comments

Comments
 (0)