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 314de9b commit 50f2925Copy full SHA for 50f2925
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
9
pull_request:
10
branches: [ master ]
11
12
+env:
13
+ MAVEN_OPTS: '-Xmx3000m'
14
+
15
jobs:
16
build:
17
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
.mvn/jvm.config
@@ -1,2 +1 @@
1
-XX:+PrintFlagsFinal
2
--Xmx3000m
Jenkinsfile
@@ -11,6 +11,9 @@ pipeline {
maven 'apache-maven-latest'
jdk 'temurin-jdk21-latest'
}
+ environment {
+ MAVEN_OPTS = '-Xmx1500m'
+ }
stages {
18
stage('Build') {
19
steps {
0 commit comments