1
0

[MINOR] Increase heap space for surefire (#1623)

This commit is contained in:
Raymond Xu
2020-05-16 01:11:57 -07:00
committed by GitHub
parent 2ada2ef50f
commit 148b2458f6

View File

@@ -245,6 +245,7 @@
<version>${maven-surefire-plugin.version}</version>
<configuration>
<skip>${skipUTs}</skip>
<argLine>-Xms256m -Xmx2g</argLine>
<systemPropertyVariables>
<log4j.configuration>
${surefire-log4j.file}