Skip to content

Commit

Permalink
Merge pull request #21771 from madurangasiriwardena/oom2
Browse files Browse the repository at this point in the history
Increase surefire memory limit
  • Loading branch information
madurangasiriwardena authored Nov 20, 2024
2 parents 1f93e7e + 89f4cb7 commit dc2e3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<version>2.22.1</version>
<configuration>
<!--<argLine>-Xmx1024m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
<argLine>-Xmx1024m -XX:+HeapDumpOnOutOfMemoryError
<argLine>-Xmx1536m -XX:+HeapDumpOnOutOfMemoryError
-Dorg.apache.jasper.compiler.disablejsr199=true
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
Expand Down

0 comments on commit dc2e3e1

Please sign in to comment.