]> source.dussan.org Git - sonarqube.git/commitdiff
Increase perm gen space for server tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 1 Jun 2015 10:00:55 +0000 (12:00 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 1 Jun 2015 10:00:55 +0000 (12:00 +0200)
The real solution is to decrease the number of "medium tests" (the tests that use ServerTester)

pom.xml

diff --git a/pom.xml b/pom.xml
index 6b5899596ecb0e17d687885ed440ec266c7345fa..dda04d74a41654927c7042399dc42a1c76facaf8 100644 (file)
--- 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>