diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-20 12:26:20 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-20 12:26:20 +0100 |
commit | 55da92ca13879d6e2f32631168790984f831e213 (patch) | |
tree | 5fbe6b3672bd03526c95aed5ef1914d0dd9f899e /pom.xml | |
parent | ac398db74b59fab499b678a0f20fc167dc04c48b (diff) | |
download | sonarqube-55da92ca13879d6e2f32631168790984f831e213.tar.gz sonarqube-55da92ca13879d6e2f32631168790984f831e213.zip |
Increase permgen space for surefire
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</argLine> + <argLine>-Xmx256m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> |