summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-20 14:08:57 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-20 14:09:05 +0100
commite26eb0e7618362ebd2679f620db400b98c71d662 (patch)
tree272b61e2f44ac7757cda84e91618b2941f66678b /pom.xml
parent480bbc5fef5ad79466f508eebf4ec543f94ca205 (diff)
downloadsonarqube-e26eb0e7618362ebd2679f620db400b98c71d662.tar.gz
sonarqube-e26eb0e7618362ebd2679f620db400b98c71d662.zip
Increase heap space for jacoco
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bb61323c822..173d0646dc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>