Skip to content

Commit afe1007

Browse files
committed
Increase MAVEN_OPTS = '-Xmx3800m' to avoid out-of-memory building war
- There was another heap space error building the war today.
1 parent 3dba1a9 commit afe1007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
jdk 'temurin-jdk21-latest'
1414
}
1515
environment {
16-
MAVEN_OPTS = '-Xmx3500m'
16+
MAVEN_OPTS = '-Xmx3800m'
1717
}
1818
stages {
1919
stage('Use master') {

0 commit comments

Comments
 (0)