]> source.dussan.org Git - sonarqube.git/commitdiff
SGB-2 add memory to the test jvm for junit tests that leverage es nodes.
authorSteve Marion <steve.marion@sonarsource.com>
Fri, 23 Feb 2024 14:23:42 +0000 (15:23 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 26 Feb 2024 20:02:36 +0000 (20:02 +0000)
build.gradle

index a512e70899f3fbda63cbbb725105ac2d1250ae8b..58ebefd688b9591c476c5dbc9abb59067c5ecf6f 100644 (file)
@@ -558,7 +558,7 @@ subprojects {
   ext.failedTests = []
   test {
     jvmArgs '-Dfile.encoding=UTF8'
-    maxHeapSize = '1G'
+    maxHeapSize = '1500m'
     systemProperty 'java.awt.headless', true
     testLogging {
       events "skipped", "failed" // verbose log for failed and skipped tests (by default the name of the tests are not logged)