Skip to content

Commit

Permalink
Limit 1G tmpfs size
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Dec 25, 2019
1 parent c989ce1 commit 8fb5683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- ubuntu1804
container:
image: vesoft/nebula-dev:${{ matrix.tag }}
options: --mount type=tmpfs,destination=/data/ccache,tmpfs-size=2147483648
options: --mount type=tmpfs,destination=/data/ccache,tmpfs-size=1073741824
steps:
- uses: actions/checkout@v1
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- ubuntu1804
container:
image: vesoft/nebula-dev:${{ matrix.tag }}
options: --mount type=tmpfs,destination=/data/ccache,tmpfs-size=2147483648
options: --mount type=tmpfs,destination=/data/ccache,tmpfs-size=1073741824
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 8fb5683

Please sign in to comment.