diff options
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 1cdd1b3c2c..cfc6af1313 100644 --- a/build.gradle +++ b/build.gradle @@ -286,7 +286,7 @@ subprojects { // set heap size for the test JVM(s) minHeapSize = "128m" - maxHeapSize = "1G" + maxHeapSize = "2g" // Specifying the local via system properties did not work, so we set them this way @@ -550,7 +550,7 @@ subprojects { spotbugs { ignoreFailures = true showStackTraces = false - maxHeapSize = '1g' + maxHeapSize = '2g' } build { |