Skip to content

Commit

Permalink
Updated maven opts
Browse files Browse the repository at this point in the history
increased to 4GB ram
  • Loading branch information
tfr42 authored Jun 25, 2021
1 parent 9a705f4 commit 8792e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
jdk 'adoptopenjdk-jdk8'
}
environment {
MAVEN_OPTS='-Djava.awt.headless=true -Xmx3096m'
MAVEN_OPTS='-Djava.awt.headless=true -Xmx4096m'
}
stages {
stage ('Initialize') {
Expand Down

0 comments on commit 8792e19

Please sign in to comment.