Skip to content

Commit fade78a

Browse files
committed
cambio límite 512Mb pom.xml
1 parent 2c39d78 commit fade78a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

backend/gamelink/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@
6969
<plugin>
7070
<groupId>org.springframework.boot</groupId>
7171
<artifactId>spring-boot-maven-plugin</artifactId>
72+
<configuration>
73+
<image>
74+
<env>
75+
<BPE_OVERRIDE_JAVA_TOOL_OPTIONS>
76+
-Xss256K
77+
-XX:ReservedCodeCacheSize=64M
78+
-XX:MaxMetaspaceSize=100000K
79+
-Xmx64M
80+
</BPE_OVERRIDE_JAVA_TOOL_OPTIONS>
81+
</env>
82+
</image>
83+
</configuration>
7284
<executions>
7385
<execution>
7486
<id>pre-integration-test</id>

0 commit comments

Comments
 (0)