Skip to content

Commit c258373

Browse files
authored
Bump CPU threshold limit to 55 (#125)
* Issue #122 showed that the CPU Usage can be as high as 55 percent at startup * Since the CPU usage is going down, we don't suspect it is a memory leak * We want to alarm on continuous HIGH CPU Usage, so we just push the limit up for now
1 parent 01aa484 commit c258373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soak-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
AWS_DEFAULT_REGION: us-east-1
2323
DEFAULT_TEST_DURATION_MINUTES: 300
2424
HOSTMETRICS_INTERVAL_SECS: 600
25-
CPU_LOAD_THRESHOLD: 45
25+
CPU_LOAD_THRESHOLD: 55
2626
TOTAL_MEMORY_THRESHOLD: 4294967296 # 4 GiB
2727
MAX_BENCHMARKS_TO_KEEP: 100
2828
# TODO: We might be able to adapt the "Soak Tests" to be "Overhead Tests".

0 commit comments

Comments
 (0)