diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-20 14:08:57 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-20 14:09:05 +0100 |
commit | e26eb0e7618362ebd2679f620db400b98c71d662 (patch) | |
tree | 272b61e2f44ac7757cda84e91618b2941f66678b | |
parent | 480bbc5fef5ad79466f508eebf4ec543f94ca205 (diff) | |
download | sonarqube-e26eb0e7618362ebd2679f620db400b98c71d662.tar.gz sonarqube-e26eb0e7618362ebd2679f620db400b98c71d662.zip |
Increase heap space for jacoco
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sonar-server/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -482,7 +482,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>random</runOrder> - <argLine>-Xmx256m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> + <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> diff --git a/sonar-server/.gitignore b/sonar-server/.gitignore new file mode 100644 index 00000000000..ea8c4bf7f35 --- /dev/null +++ b/sonar-server/.gitignore @@ -0,0 +1 @@ +/target |