Skip to content

Commit

Permalink
Orchestrator needs 2vCPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 22, 2023
1 parent 1e497e1 commit 0dfad0d
Showing 1 changed file with 1 addition and 1 deletion.
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="4Gi", cpu="1000m")),
resources=dict(limits=dict(memory="8Gi", cpu="2000m")),
),
],
timeout_seconds=300,
Expand Down

0 comments on commit 0dfad0d

Please sign in to comment.