Skip to content

Commit

Permalink
Grok Spawner: 1.9.0 version memory requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dnillovna committed Oct 23, 2024
1 parent a8e86ab commit b03295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ variable "grok_spawner_container_cpu" {

variable "grok_spawner_memory" {
type = number
default = 512
default = 1024
nullable = false
description = "Amount (in MiB) of memory used by the Grok Spawner FARGATE task. The hard limit of memory (in MiB) to present to the task."
}
Expand Down

0 comments on commit b03295d

Please sign in to comment.