Skip to content

Commit

Permalink
Set more swap space on linux since gcc runs out of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gchenfc committed Jul 20, 2022
1 parent 0af17f4 commit 07c33c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:
run: |
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
echo "GTSAM Uses TBB"
- name: Set Swap Space
if: runner.os == 'Linux'
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 6
- name: Build (Linux)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 07c33c4

Please sign in to comment.