We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026452b commit a9826a5Copy full SHA for a9826a5
modules/scenarios/memory-optimization/variables.tf
@@ -17,7 +17,7 @@ variable "name_prefix" {
17
variable "container_memory" {
18
description = "Memory allocation per container in MB. Current monitoring shows 800MB average usage."
19
type = number
20
- default = 1024 # Reduced from 2048 for cost optimization
+ default = 2048
21
22
validation {
23
condition = var.container_memory >= 512 && var.container_memory <= 30720
0 commit comments