We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9402fb7 commit 23b838aCopy full SHA for 23b838a
.mvn/jvm.config
@@ -1,2 +1 @@
1
-XX:+PrintFlagsFinal
2
--Xmx3000m
Jenkinsfile
@@ -11,6 +11,9 @@ pipeline {
11
maven 'apache-maven-latest'
12
jdk 'temurin-jdk21-latest'
13
}
14
+ environment {
15
+ MAVEN_OPTS = '-Xmx1500m'
16
+ }
17
stages {
18
stage('Build') {
19
steps {
0 commit comments