Skip to content

Commit

Permalink
Increase Cloud Run memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorabito-woolpert committed Jan 14, 2025
1 parent cd5a722 commit b77572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/fleetrouting-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module "cloud_run_fleetrouting_app" {

limits = {
cpu : "1000m"
memory : "512Mi"
memory : "2Gi"
}
container_concurrency = 80
timeout_seconds = 3600
Expand Down

0 comments on commit b77572a

Please sign in to comment.