Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2013-04-09 16:36:09 +0000
committerSimone Bordet2013-04-09 16:36:09 +0000
commitff08b1c2e599ec0ef3f838454a9fa4b15a99e476 (patch)
treed621e6e22d30e8be3836a0500029c7dc8d44270a /pom.xml
parent45253bfb2ab0e309214839f972231eaf39355845 (diff)
downloadorg.eclipse.jetty.project-ff08b1c2e599ec0ef3f838454a9fa4b15a99e476.tar.gz
org.eclipse.jetty.project-ff08b1c2e599ec0ef3f838454a9fa4b15a99e476.tar.xz
org.eclipse.jetty.project-ff08b1c2e599ec0ef3f838454a9fa4b15a99e476.zip
Setting the heap size to 1 GiB for tests.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 733160f687..cc961b5daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,7 +284,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>-showversion -XX:+PrintGCDetails</argLine>
+ <argLine>-showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
<failIfNoTests>false</failIfNoTests>
<!--systemProperties>
<property>
@@ -702,7 +702,7 @@
})();
</script>
]]>
- </header>
+ </header>
</configuration>
</plugin>
</plugins>

Back to the top