Skip to content
Snippets Groups Projects
Commit 11579c5d authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Limit memory for each test thread

parent c6ebdcae
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@
<version>2.18.1</version>
<configuration>
<forkCount>1C</forkCount>
<argLine>-Xmx300m</argLine>
<workingDirectory>${project.build.directory}</workingDirectory>
</configuration>
</plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment