Skip to content

Commit 645f412

Browse files
committed
set 512M to Xmx option in pom.xml
1 parent 9987846 commit 645f412

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@
131131
<encoding>UTF-8</encoding>
132132
</configuration>
133133
</plugin>
134+
<plugin>
135+
<groupId>org.apache.maven.plugins</groupId>
136+
<artifactId>maven-surefire-plugin</artifactId>
137+
<configuration>
138+
<argLine>-Xmx512M</argLine>
139+
</configuration>
140+
</plugin>
134141
</plugins>
135142
</build>
136143

0 commit comments

Comments
 (0)