Skip to content

Commit 33a5c1a

Browse files
committed
Bump memory to 4G.
See #3767
1 parent a8abae7 commit 33a5c1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-data-jpa/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@
302302
<exclude>**/Postgres*</exclude>
303303
</excludes>
304304
<argLine>
305+
-Xmx4G
305306
-javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
306307
</argLine>
307308
</configuration>
@@ -317,6 +318,7 @@
317318
<include>**/EclipseLink*Tests.java</include>
318319
</includes>
319320
<argLine>
321+
-Xmx4G
320322
-javaagent:${settings.localRepository}/org/eclipse/persistence/org.eclipse.persistence.jpa/${eclipselink}/org.eclipse.persistence.jpa-${eclipselink}.jar
321323
-javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
322324
</argLine>

0 commit comments

Comments
 (0)