Setting the heap size to 1 GiB for tests.

This commit is contained in:
Simone Bordet 2013-04-09 18:36:09 +02:00
parent 45253bfb2a
commit ff08b1c2e5
1 changed files with 2 additions and 2 deletions

View File

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