diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-06-05 18:49:55 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:21:02 +0200 |
commit | bc77880000972d94d4bc273f76535e83a938125b (patch) | |
tree | 6fe2710374463c544ea1f7c9e36adfb4f98381e0 /gradle.properties | |
parent | 080086fbf24084477ea9bce714dfdb563585aa2b (diff) | |
download | sonarqube-bc77880000972d94d4bc273f76535e83a938125b.tar.gz sonarqube-bc77880000972d94d4bc273f76535e83a938125b.zip |
Increase memory of Gradle build
Fix OOM crashes when using daemon
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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 |