Skip to content

Commit

Permalink
fix(cloud-run): increase ram to 512Mi for background tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Dec 22, 2022
1 parent 8cd26c9 commit b6fa0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
SONAR_PROJECT_KEY: vincejv_fpi-load-api
NATIVE_IMAGE_BUILDER: quay.io/quarkus/ubi-quarkus-mandrel:22.3-java17
SERVICE_CPU: 1000m
SERVICE_MEMORY: 384Mi
SERVICE_MEMORY: 512Mi
SERVICE_ENV: prod

jobs:
Expand Down

0 comments on commit b6fa0bb

Please sign in to comment.