Skip to content

Commit

Permalink
Increase memory for ru forecaster prod (#695)
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
Sukh-P authored Nov 25, 2024
1 parent 7ada1f9 commit 29a0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/india/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ module "forecast" {
ecs_config = {
docker_image = "openclimatefix/india_forecast_app"
docker_version = var.version-forecast
memory_mb = 2048
memory_mb = 4096
cpu = 1024
}
rds_config = {
Expand Down

0 comments on commit 29a0fe3

Please sign in to comment.