Skip to content

Commit

Permalink
fix: IdP task memory value (#855)
Browse files Browse the repository at this point in the history
Update to the correct 8GB memory value.
  • Loading branch information
patheard authored Oct 3, 2024
1 parent acd2825 commit 2d43e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/idp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "idp_ecs" {
service_name = "zitadel"
container_name = "zitadel"
task_cpu = 4096
task_memory = 8096
task_memory = 8192

service_use_latest_task_def = true

Expand Down

0 comments on commit 2d43e7b

Please sign in to comment.