Skip to content

Commit

Permalink
Increase memory ballasts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo committed Oct 18, 2021
1 parent 0d693c5 commit c51d4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testbed/tests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ func TestBallastMemory(t *testing.T) {
ballastSize uint32
maxRSS uint32
}{
{100, 70},
{500, 80},
{1000, 110},
{100, 80},
{500, 90},
{1000, 120},
}

resultDir, err := filepath.Abs(path.Join("results", t.Name()))
Expand Down

0 comments on commit c51d4c0

Please sign in to comment.