Increase perm gen space for server tests

The real solution is to decrease the number of "medium tests" (the tests that use ServerTester)
This commit is contained in:
Simon Brandhof 2015-06-01 12:00:55 +02:00
parent 0efa53f5b8
commit 1822d25231

View File

@ -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>