Skip to content

Commit

Permalink
Increase heap size for Cosmos DB integration test (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Jun 7, 2024
1 parent fee4b11 commit bb995be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ task integrationTestCosmos(type: Test) {
systemProperties(System.getProperties().findAll{it.key.toString().startsWith("scalardb")})
}
maxParallelForks = 3
jvmArgs '-XX:MaxDirectMemorySize=4g', '-Xmx4g'
jvmArgs '-XX:MaxDirectMemorySize=4g', '-Xmx6g'
}

task integrationTestDynamo(type: Test) {
Expand Down

0 comments on commit bb995be

Please sign in to comment.