From 11579c5d5dad2f818668dd3a9648bec7209480ac Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Fri, 16 Oct 2015 13:42:33 +0200 Subject: [PATCH] Limit memory for each test thread --- public/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/public/pom.xml b/public/pom.xml index d1ac6e032..0f2785691 100644 --- a/public/pom.xml +++ b/public/pom.xml @@ -80,6 +80,7 @@ <version>2.18.1</version> <configuration> <forkCount>1C</forkCount> + <argLine>-Xmx300m</argLine> <workingDirectory>${project.build.directory}</workingDirectory> </configuration> </plugin> -- GitLab