Skip to content

Commit

Permalink
chore: reduce memory threshold to 1.5GB (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Nov 14, 2023
1 parent 64eb261 commit d808a3c
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 = 4000000000; // 4GiB
local mem_threshold = 1500000000; // 1.5GiB
local max_memory = 16000000000; // 16GiB (AWS DocDB max on db.r6g.large)

local _configuration = defaults.configuration.timeseries
Expand Down

0 comments on commit d808a3c

Please sign in to comment.