提交 b5972655 编写于 作者: F Fabian Hueske

- set heap space for all tests (unit and integration tests) globally to 512MB

上级 13ade4b5
......@@ -114,7 +114,6 @@
<exclude>**/*TestBase*.class</exclude>
</excludes>
<forkMode>once</forkMode>
<argLine>-Xms512m -Xmx512m</argLine>
</configuration>
</plugin>
......@@ -127,7 +126,6 @@
<systemPropertyVariables>
<log.level>WARN</log.level>
</systemPropertyVariables>
<argLine>-Xms512m -Xmx512m</argLine>
<forkMode>always</forkMode>
<threadCount>1</threadCount>
<perCoreThreadCount>false</perCoreThreadCount>
......
......@@ -361,6 +361,7 @@
<systemPropertyVariables>
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
</systemPropertyVariables>
<argLine>-Xms512m -Xmx512m</argLine>
</configuration>
</plugin>
<plugin>
......@@ -371,6 +372,7 @@
<systemPropertyVariables>
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
</systemPropertyVariables>
<argLine>-Xms512m -Xmx512m</argLine>
</configuration>
</plugin>
<plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册