[MINOR] Increase heap space for surefire (#1623)
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -245,6 +245,7 @@
|
|||||||
<version>${maven-surefire-plugin.version}</version>
|
<version>${maven-surefire-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>${skipUTs}</skip>
|
<skip>${skipUTs}</skip>
|
||||||
|
<argLine>-Xms256m -Xmx2g</argLine>
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<log4j.configuration>
|
<log4j.configuration>
|
||||||
${surefire-log4j.file}
|
${surefire-log4j.file}
|
||||||
|
|||||||
Reference in New Issue
Block a user