aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-01 12:00:55 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-01 12:00:55 +0200
commit1822d25231ca4b7beb11a83ccd149143d7f54e26 (patch)
tree09693ace9136b934d16a09c89a220b8307e8cb9a /pom.xml
parent0efa53f5b816bcbea76dc30d398869f288025888 (diff)
downloadsonarqube-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6b5899596ec..dda04d74a41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>