Skip to content

Commit

Permalink
Increase max RAM for load test (#3365)
Browse files Browse the repository at this point in the history
Fixes #2911

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Jun 3, 2021
1 parent 9e240bc commit a1c7224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestTraceNoBackend10kSPS(t *testing.T) {
{
Name: "NoMemoryLimit",
Processor: noLimitProcessors,
ExpectedMaxRAM: 170,
ExpectedMaxRAM: 190,
ExpectedMinFinalRAM: 100,
},
{
Expand Down

0 comments on commit a1c7224

Please sign in to comment.