memry
This commit is contained in:
parent
02a55d2bc7
commit
1ea2d31d77
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/cirruslabs/flutter:3.35.5
|
image: ghcr.io/cirruslabs/flutter:3.35.5
|
||||||
options: --memory=1536m --memory-swap=1536m --shm-size=256m
|
options: --memory=1024m --memory-swap=4096m
|
||||||
needs: deploy-backend
|
needs: deploy-backend
|
||||||
if: always() && needs.deploy-backend.result == 'success'
|
if: always() && needs.deploy-backend.result == 'success'
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue