Skip to content

Commit

Permalink
Increase surefire memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena committed Nov 20, 2024
1 parent 2df5367 commit 89f4cb7
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 89f4cb7

Please sign in to comment.