Skip to content

Commit

Permalink
Fixing integ tests
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski committed Dec 6, 2023
1 parent 04d26cc commit 2a27d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ testClusters.integTest {

// Increase heap size from default of 512mb to 1gb. When heap size is 512mb, our integ tests sporadically fail due
// to ml-commons memory circuit breaker exception
jvmArgs("-Xms1g", "-Xmx1g")
jvmArgs("-Xms2g", "-Xmx2g")
}

// Remote Integration Tests
Expand Down

0 comments on commit 2a27d01

Please sign in to comment.