From: Simon Brandhof Date: Mon, 1 Jun 2015 10:00:55 +0000 (+0200) Subject: Increase perm gen space for server tests X-Git-Tag: 5.2-RC1~1756 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1822d25231ca4b7beb11a83ccd149143d7f54e26;p=sonarqube.git Increase perm gen space for server tests The real solution is to decrease the number of "medium tests" (the tests that use ServerTester) --- diff --git a/pom.xml b/pom.xml index 6b5899596ec..dda04d74a41 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ false dav:https://dav.codehaus.org/snapshots.repository/sonar - -Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m + -Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=160m