diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8cf7299..5de7394 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -279,7 +279,7 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/cirruslabs/flutter:3.35.5 - options: --memory=1280m --memory-swap=1024m + options: --memory=1280m --memory-swap=2560m needs: deploy-backend if: always() && needs.deploy-backend.result == 'success' steps: