Skip to content

Commit c48eb65

Browse files
Bumped the meminitial and the maxmem to fix the OOM exception?
Signed-off-by: Pascal Wilbrink <[email protected]>
1 parent 6ff4452 commit c48eb65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ SPDX-License-Identifier: Apache-2.0
2929
<quarkus.platform.version>2.16.3.Final</quarkus.platform.version>
3030
<log4j2.version>2.19.0</log4j2.version>
3131
<openpojo.version>0.9.1</openpojo.version>
32+
<maven.compiler.source>17</maven.compiler.source>
33+
<maven.compiler.target>17</maven.compiler.target>
3234
</properties>
3335

3436
<modules>
@@ -173,6 +175,8 @@ SPDX-License-Identifier: Apache-2.0
173175
<version>${compiler-plugin.version}</version>
174176
<configuration>
175177
<parameters>${maven.compiler.parameters}</parameters>
178+
<meminitial>2024m</meminitial>
179+
<maxmem>4024m</maxmem>
176180
</configuration>
177181
</plugin>
178182

0 commit comments

Comments
 (0)