Skip to content

Commit 7501b2a

Browse files
author
fanshilun
committed
HADOOP-19415. Update maven-surefire-plugin Mem.
1 parent ba70916 commit 7501b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
--add-opens=java.base/sun.security.x509=ALL-UNNAMED
186186
</extraJavaTestArgs>
187187
<!-- Plugin versions and config -->
188-
<maven-surefire-plugin.argLine>-Xmx2048m -Xss2m -XX:+HeapDumpOnOutOfMemoryError ${extraJavaTestArgs}</maven-surefire-plugin.argLine>
188+
<maven-surefire-plugin.argLine>-Xmx4096m -Xss2m -XX:+HeapDumpOnOutOfMemoryError ${extraJavaTestArgs}</maven-surefire-plugin.argLine>
189189
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
190190
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
191191
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>

0 commit comments

Comments
 (0)