Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e8a96e96e6..658ec0657d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,6 +163,7 @@
<version>2.4.2</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
+ <argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>
<plugin>

Back to the top