Skip to content

Commit

Permalink
Ratchet down the Quality Gate RSS limits to lock in recent improvemen…
Browse files Browse the repository at this point in the history
…ts (#32731)
  • Loading branch information
scottopell authored Jan 7, 2025
1 parent f250346 commit 64c0805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/regression/cases/quality_gate_idle/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ checks:
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
series: total_rss_bytes
upper_bound: "372.0 MiB"
upper_bound: "356.0 MiB"

report_links:
- text: "bounds checks dashboard"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ checks:
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
series: total_rss_bytes
upper_bound: "779.0 MiB"
upper_bound: "754.0 MiB"

report_links:
- text: "bounds checks dashboard"
Expand Down
2 changes: 1 addition & 1 deletion test/regression/cases/quality_gate_logs/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ checks:
description: "Memory usage"
bounds:
series: total_rss_bytes
upper_bound: 429MiB
upper_bound: 414MiB

- name: lost_bytes
description: "Allowable bytes not polled by log Agent"
Expand Down

0 comments on commit 64c0805

Please sign in to comment.