From 1822d25231ca4b7beb11a83ccd149143d7f54e26 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 1 Jun 2015 12:00:55 +0200 Subject: [PATCH] Increase perm gen space for server tests The real solution is to decrease the number of "medium tests" (the tests that use ServerTester) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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