Skip to content

Commit

Permalink
Reset memory to 512 mb
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenyu committed Dec 11, 2023
1 parent 95f40a6 commit 0124364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "cpu" {

variable "memory" {
type = number
default = 2048
default = 512
description = "Amount (in MiB) of memory used by the task. e.g. 2048"
}

Expand Down

0 comments on commit 0124364

Please sign in to comment.