From 45411d68bb046eb970edf7b1bda8994821cd5ec0 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 31 Jul 2019 15:27:14 +0200
Subject: [PATCH] build(plugins): fixed faulty build on windows, not enough
 memort. ISSUES CLOSED: #149

---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0d285bf1..c55498bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,8 +164,9 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                	<forkCount>4</forkCount>
+                	<forkCount>6</forkCount>
                 	<reuseForks>false</reuseForks>
+                  <argLine>-Xmx2048m -XX:MaxPermSize=512m</argLine>
                 </configuration>
             </plugin>
             <plugin>
-- 
GitLab