We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c515472 commit b6afb9aCopy full SHA for b6afb9a
terraform/monitoring/panels/docdb/available_memory.libsonnet
@@ -6,7 +6,7 @@ local targets = grafana.targets;
6
local alert = grafana.alert;
7
local alertCondition = grafana.alertCondition;
8
9
-local mem_threshold = 500000000; // 0.5GiB
+local mem_threshold = 400000000; // 0.400GiB
10
local max_memory = 16000000000; // 16GiB (AWS DocDB max on db.r6g.large)
11
12
local _configuration = defaults.configuration.timeseries
0 commit comments