diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-29 12:41:39 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-11-29 12:41:39 +0100 |
commit | 7aa79a9d7cd5cfb25c479a53349adf1e86a7ee22 (patch) | |
tree | 189d7000a1867de10be654c35de2644748d5e5d9 /server/sonar-server/pom.xml | |
parent | 5b86386e9d32a39e1f4c2877098e854ad237c57b (diff) | |
download | sonarqube-7aa79a9d7cd5cfb25c479a53349adf1e86a7ee22.tar.gz sonarqube-7aa79a9d7cd5cfb25c479a53349adf1e86a7ee22.zip |
End of CI error investigations - creation of ES indices was not synchronous, so failed on slow boxes
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index e56b41df183..f928fe08718 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -9,11 +9,10 @@ <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> - <packaging>jar</packaging> <name>SonarQube :: Server</name> <properties> - <argLine>-Xmx1G -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> + <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> </properties> <dependencies> |