diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-01 12:00:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-01 12:00:55 +0200 |
commit | 1822d25231ca4b7beb11a83ccd149143d7f54e26 (patch) | |
tree | 09693ace9136b934d16a09c89a220b8307e8cb9a /pom.xml | |
parent | 0efa53f5b816bcbea76dc30d398869f288025888 (diff) | |
download | sonarqube-1822d25231ca4b7beb11a83ccd149143d7f54e26.tar.gz sonarqube-1822d25231ca4b7beb11a83ccd149143d7f54e26.zip |
Increase perm gen space for server tests
The real solution is to decrease the number of "medium tests" (the tests that use ServerTester)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ <skipSanityChecks>false</skipSanityChecks> <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url> - <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> + <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=160m</argLine> </properties> <build> |