Skip to content

Commit b6afb9a

Browse files
authored
chore: tune DocDB low memory threshold (#195)
1 parent c515472 commit b6afb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/monitoring/panels/docdb/available_memory.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local targets = grafana.targets;
66
local alert = grafana.alert;
77
local alertCondition = grafana.alertCondition;
88

9-
local mem_threshold = 500000000; // 0.5GiB
9+
local mem_threshold = 400000000; // 0.400GiB
1010
local max_memory = 16000000000; // 16GiB (AWS DocDB max on db.r6g.large)
1111

1212
local _configuration = defaults.configuration.timeseries

0 commit comments

Comments
 (0)