Skip to content

Commit

Permalink
increase test nax heap size to 4GB
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jul 12, 2024
1 parent 15fd5f3 commit cf93107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: 'hudson-services-id', usernameVariable: 'DEPLOY_USERNAME', passwordVariable: 'DEPLOY_PASSWORD')]) {
configFileProvider([configFile(fileId: 'JBossNexusDeploymentSettings', variable: 'MAVEN_SETTINGS')]) {
sh '''
mvnFlags="-B -ntp -DaltSnapshotDeploymentRepository=origin-repository.jboss.org -s ${MAVEN_SETTINGS} -DSkipTests=true"
mvnFlags="-B -ntp -DaltSnapshotDeploymentRepository=origin-repository.jboss.org -s ${MAVEN_SETTINGS} -DskipTests=true"
export JAVA_HOME="${NATIVE_TOOLS}${SEP}jdk11_last"
MVN="${COMMON_TOOLS}${SEP}maven3-latest/bin/mvn -V -Dmaven.repo.local=${WORKSPACE}/.repository/"
Expand Down
2 changes: 1 addition & 1 deletion quarkus.jdt.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<tycho.generateSourceReferences>true</tycho.generateSourceReferences>
<jdt.ls.version>1.37.0-SNAPSHOT</jdt.ls.version>
<tycho.test.platformArgs />
<tycho.test.jvmArgs>-Xmx2G -DDetectVMInstallationsJob.disabled=true ${tycho.test.platformArgs}</tycho.test.jvmArgs>
<tycho.test.jvmArgs>-Xmx4G -DDetectVMInstallationsJob.disabled=true ${tycho.test.platformArgs}</tycho.test.jvmArgs>
<lsp4mp.p2.url>https://download.eclipse.org/lsp4mp/snapshots/0.12.0/repository/</lsp4mp.p2.url>

<!-- Code coverage -->
Expand Down

0 comments on commit cf93107

Please sign in to comment.