Skip to content

Commit

Permalink
JPERF-976: Decrease maxNodeCount to 2
Browse files Browse the repository at this point in the history
Reduce the scope of the test to avoid `You are running out of disk space. The runner will stop working when the machine runs out of disk space` error.
`
  • Loading branch information
ewefie committed Nov 29, 2023
1 parent bece697 commit 1c18408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HardwareRecommendationEngineIT {
// test the hard node limit kicks in before the (relaxed) behaviour limits
minApdexGain = 0.01,
minThroughputGain = TemporalRate(2.0, Duration.ofSeconds(1)),
maxNodeCount = 3
maxNodeCount = 2
)
}

Expand Down

0 comments on commit 1c18408

Please sign in to comment.