Skip to content

Commit

Permalink
Increase memory again to try to eliminate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Aug 8, 2023
1 parent aea4250 commit 16291e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stack/cloud_run_offset_tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
value=pulumi.Config("cerulean-cloud").require("apikey"),
),
],
resources=dict(limits=dict(memory="5Gi", cpu="2000m")),
resources=dict(limits=dict(memory="6Gi", cpu="2000m")),
),
],
container_concurrency=3,
Expand Down
2 changes: 1 addition & 1 deletion stack/cloud_run_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
value=pulumi.Config("cerulean-cloud").require("apikey"),
),
],
resources=dict(limits=dict(memory="5Gi", cpu="2000m")),
resources=dict(limits=dict(memory="6Gi", cpu="2000m")),
),
],
timeout_seconds=3540,
Expand Down

0 comments on commit 16291e7

Please sign in to comment.