Skip to content

Commit 177b0d2

Browse files
committed
Arreglado límite memoria heroku
1 parent 680a79c commit 177b0d2

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
@@ -88,6 +88,18 @@
8888
</goals>
8989
</execution>
9090
</executions>
91+
<configuration>
92+
<image>
93+
<env>
94+
<BPE_OVERRIDE_JAVA_TOOL_OPTIONS>
95+
-Xss256K
96+
-XX:ReservedCodeCacheSize=64M
97+
-XX:MaxMetaspaceSize=100000K
98+
-Xmx64M
99+
</BPE_OVERRIDE_JAVA_TOOL_OPTIONS>
100+
</env>
101+
</image>
102+
</configuration>
91103
</plugin>
92104
<plugin>
93105
<groupId>org.springdoc</groupId>

0 commit comments

Comments
 (0)