summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-20 12:26:20 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-20 12:26:20 +0100
commit55da92ca13879d6e2f32631168790984f831e213 (patch)
tree5fbe6b3672bd03526c95aed5ef1914d0dd9f899e /pom.xml
parentac398db74b59fab499b678a0f20fc167dc04c48b (diff)
downloadsonarqube-55da92ca13879d6e2f32631168790984f831e213.tar.gz
sonarqube-55da92ca13879d6e2f32631168790984f831e213.zip
Increase permgen space for surefire
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 368901d0992..bb61323c822 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</argLine>
+ <argLine>-Xmx256m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>