latest + -Xmx3g -Xss2m

This commit is contained in:
Eugene Taranov
2020-06-16 15:05:07 +03:00
parent ed8298d8cf
commit 6d16e73e6f
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ env:
SONAR_ORGANIZATION: telecominfraproject
SONAR_PROJECT_KEY: wlan-cloud-base-sonartest
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_OPTS: -Xmx3g -Xss1m # prevents java.lang.StackOverflowError
MAVEN_OPTS: -Xmx3g -Xss2m # prevents java.lang.StackOverflowError
jobs:
sonar:

View File

@@ -23,3 +23,4 @@
1
1
1
1