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 /pom.xml | |
parent | 480bbc5fef5ad79466f508eebf4ec543f94ca205 (diff) | |
download | sonarqube-e26eb0e7618362ebd2679f620db400b98c71d662.tar.gz sonarqube-e26eb0e7618362ebd2679f620db400b98c71d662.zip |
Increase heap space for jacoco
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 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> |