Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 77ed2f0

Browse files
committed
Removed JVM process forking and increase max heap size for test stability
1 parent 22c0786 commit 77ed2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@
197197
<version>2.19.1</version>
198198
<!-- NOTE: Configuration as per http://stackoverflow.com/a/33757854 -->
199199
<configuration>
200-
<forkCount>3</forkCount>
200+
<forkCount>1</forkCount>
201201
<reuseForks>true</reuseForks>
202-
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
202+
<argLine>-Xmx2048m -XX:MaxPermSize=512m</argLine>
203203
</configuration>
204204
<executions>
205205
<execution>

0 commit comments

Comments
 (0)