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 84a6023 commit 1415102Copy full SHA for 1415102
modules/scenarios/variables.tf
@@ -13,9 +13,9 @@ variable "enable_memory_optimization_demo" {
13
}
14
15
variable "memory_optimization_container_memory" {
16
- description = "Memory allocation per ECS container in MB. Optimized based on monitoring analysis showing 800MB average usage."
+ description = "Memory allocation per ECS container in MB. Production baseline for Java applications with adequate headroom."
17
type = number
18
- default = 1024
+ default = 2048
19
20
validation {
21
condition = var.memory_optimization_container_memory >= 512 && var.memory_optimization_container_memory <= 4096
0 commit comments