Fix github actions (#83)

* more memory for rest-services tests

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-21 20:01:07 +10:00 committed by GitHub
parent e94d037281
commit c057c3ef1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -46,3 +46,6 @@ jobs:
- name: Build with Maven
run: mvn -e -B -V install -Pci-build -T2
- name: Publish Test Report
uses: scacap/action-surefire-report@v1

View File

@ -540,7 +540,7 @@
with surefire and OpenJDK 8 181b13 on Debian/Ubuntu,
@see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
-->
<argLine>-Xms256m -Xmx512m -server -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
<argLine>-Xms2048m -Xmx2048m -server -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
<systemPropertyVariables>
<mvn.project.base.dir>${project.basedir}</mvn.project.base.dir>
<appserver.base>${project.build.directory}/appserver-base-${surefire.forkNumber}</appserver.base>