Skip to content

Commit

Permalink
Bump the CPU Threshold after several violations (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 27, 2021
1 parent 5d89f4c commit 2a354ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soak-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
AWS_DEFAULT_REGION: us-east-1
DEFAULT_TEST_DURATION_MINUTES: 300
HOSTMETRICS_INTERVAL_SECS: 600
CPU_LOAD_THRESHOLD: 40
CPU_LOAD_THRESHOLD: 45
TOTAL_MEMORY_THRESHOLD: 4294967296 # 4 GiB
MAX_BENCHMARKS_TO_KEEP: 100
# TODO: We might be able to adapt the "Soak Tests" to be "Overhead Tests".
Expand Down

0 comments on commit 2a354ab

Please sign in to comment.