Skip to content

Commit a9826a5

Browse files
Return back to 2048
1 parent 026452b commit a9826a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/scenarios/memory-optimization/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "name_prefix" {
1717
variable "container_memory" {
1818
description = "Memory allocation per container in MB. Current monitoring shows 800MB average usage."
1919
type = number
20-
default = 1024 # Reduced from 2048 for cost optimization
20+
default = 2048
2121

2222
validation {
2323
condition = var.container_memory >= 512 && var.container_memory <= 30720

0 commit comments

Comments
 (0)