File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
213214task 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
254257task integrationTestMultiStorage (type : Test ) {
You can’t perform that action at this time.
0 commit comments