Skip to content

Commit 7a734fc

Browse files
committed
fix: bump swap limit up to avoid low swap alarms
1 parent 21851fd commit 7a734fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "alarm_threshold_evictions" {
6969
variable "alarm_threshold_swap" {
7070
description = "Threshold for swap alarm"
7171
type = number
72-
default = 0
72+
default = 419430400 # 40MB, 80% of recommended 50MB limit
7373
}
7474

7575
variable "alarm_sns_topic" {

0 commit comments

Comments
 (0)