Increase memory for the model tests to avoid an OOM error

Closes #17427
This commit is contained in:
Alexander Schwartz 2023-03-03 09:40:57 +01:00 committed by Hynek Mlnařík
parent d32b443a27
commit 95a6effcef

View file

@ -161,7 +161,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<!-- See also https://github.com/wildfly/wildfly-core/blob/7e5624cf92ebe4b64a4793a8c0b2a340c0d6d363/core-feature-pack/common/src/main/resources/content/bin/common.sh#L57-L60 --> <!-- See also https://github.com/wildfly/wildfly-core/blob/7e5624cf92ebe4b64a4793a8c0b2a340c0d6d363/core-feature-pack/common/src/main/resources/content/bin/common.sh#L57-L60 -->
<argLine>@{argLine} -Xmx1024m -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED</argLine> <argLine>@{argLine} -Xmx1536m -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED</argLine>
<systemPropertyVariables> <systemPropertyVariables>
<!-- keycloak.model.parameters lists parameter classes from <!-- keycloak.model.parameters lists parameter classes from
org.keycloak.model.parameters package and determine enabled providers --> org.keycloak.model.parameters package and determine enabled providers -->