Skip to content

Commit

Permalink
Fix heap size settings
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Oct 31, 2022
1 parent 795b075 commit 8b3712d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ testClusters.integTest {
debugPort += 1
}
}
systemProperty "tests.heap.size", "1g"

jvmArgs("-Xms1g", "-Xmx1g")
}

// Remote Integration Tests
Expand Down

0 comments on commit 8b3712d

Please sign in to comment.