Skip to content

Commit

Permalink
Reduce idle quality gate limit to 425MB from 430MB (#30687)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt authored Nov 1, 2024
1 parent 41b80a5 commit b302cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/cases/idle/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ checks:
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
series: total_rss_bytes
upper_bound: "430.0 MiB"
upper_bound: "425.0 MiB"

report_links:
- text: "bounds checks dashboard"
Expand Down

0 comments on commit b302cea

Please sign in to comment.