Try 50% of 7G for Xmx

This commit is contained in:
dotasek 2024-10-01 17:31:20 -04:00
parent 4ab12ab39d
commit 44f47acab4
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@
<!-- We need to include the ${argLine} here so the Jacoco test arguments are included in the
Surefire testing run. This may appear as an error in some IDEs, but it will run regardless.
-->
<argLine>@{argLine} -Xmx2348m -XX:MaxRAMPercentage=50.0</argLine>
<argLine>@{argLine} -Xmx3500m -XX:MaxRAMPercentage=50.0</argLine>
<systemPropertyVariables>
<java.locale.providers>COMPAT</java.locale.providers>
<!-- For JUnit4 use TestUtilities.runningAsSurefire() or