Skip to content

Commit 5fe25ed

Browse files
committed
Test large files with CI
1 parent 00b8e40 commit 5fe25ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ task integrationTestCassandra(type: Test) {
208208
options {
209209
systemProperties(System.getProperties().findAll{it.key.toString().startsWith("scalardb")})
210210
}
211+
maxHeapSize = "4g"
211212
}
212213

213214
task integrationTestCosmos(type: Test) {
@@ -237,6 +238,7 @@ task integrationTestDynamo(type: Test) {
237238
options {
238239
systemProperties(System.getProperties().findAll{it.key.toString().startsWith("scalardb")})
239240
}
241+
maxHeapSize = "4g"
240242
maxParallelForks = 10
241243
}
242244

@@ -249,6 +251,7 @@ task integrationTestJdbc(type: Test) {
249251
options {
250252
systemProperties(System.getProperties().findAll{it.key.toString().startsWith("scalardb")})
251253
}
254+
maxHeapSize = "4g" // maximum heap size
252255
}
253256

254257
task integrationTestMultiStorage(type: Test) {

0 commit comments

Comments
 (0)