From bc77880000972d94d4bc273f76535e83a938125b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 5 Jun 2018 18:49:55 +0200 Subject: [PATCH] Increase memory of Gradle build Fix OOM crashes when using daemon --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index 1e193a125f7..fd0ca3f466b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,5 @@ group=org.sonarsource.sonarqube version=7.2-SNAPSHOT description=Open source platform for continuous inspection of code quality projectTitle=SonarQube + +org.gradle.jvmargs=-Xmx2048m -- 2.39.5