Skip to content

Commit

Permalink
chore: tune DocDB low memory threshold (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Jan 29, 2025
1 parent c515472 commit b6afb9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local targets = grafana.targets;
local alert = grafana.alert;
local alertCondition = grafana.alertCondition;

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

local _configuration = defaults.configuration.timeseries
Expand Down

0 comments on commit b6afb9a

Please sign in to comment.