Skip to content

Commit 6fb76d5

Browse files
authored
Sets new lower limits based on latest SMP nightly build (#32302)
1 parent a582565 commit 6fb76d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/regression/cases/quality_gate_idle/experiment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ checks:
3636
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
3737
bounds:
3838
series: total_rss_bytes
39-
upper_bound: "390.0 MiB"
39+
upper_bound: "365.0 MiB"
4040

4141
report_links:
4242
- text: "bounds checks dashboard"

test/regression/cases/quality_gate_idle_all_features/experiment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ checks:
4747
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
4848
bounds:
4949
series: total_rss_bytes
50-
upper_bound: "795.0 MiB"
50+
upper_bound: "755.0 MiB"
5151

5252
report_links:
5353
- text: "bounds checks dashboard"

test/regression/cases/quality_gate_logs/experiment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ checks:
2929
description: "Memory usage"
3030
bounds:
3131
series: total_rss_bytes
32-
upper_bound: 440MiB
32+
upper_bound: 420MiB
3333

3434
- name: lost_bytes
3535
description: "Allowable bytes not polled by log Agent"

0 commit comments

Comments
 (0)