You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fo...@apache.org on 2022/07/20 14:09:55 UTC

[jackrabbit-oak] branch trunk updated: increase maven Xmx from 1 to 1.5 GB (#633)

This is an automated email from the ASF dual-hosted git repository.

fortino pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3166f8bc7e increase maven Xmx from 1 to 1.5 GB (#633)
3166f8bc7e is described below

commit 3166f8bc7eb48faea423c3adfd779eab5f303aa3
Author: Fabrizio Fortino <fa...@gmail.com>
AuthorDate: Wed Jul 20 16:09:49 2022 +0200

    increase maven Xmx from 1 to 1.5 GB (#633)
    
    * increase maven Xmx from 1 to 1.5 GB
    
    * increase maven Xmx from 1 to 1.5 GB
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a7d45e9156..3aeb93e43c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,13 +50,13 @@ def buildModule(moduleSpec) {
             sh '''
             echo "Setting MAVEN_OPTS"
             echo "MAVEN_OPTS was ${MAVEN_OPTS}"
-            export MAVEN_OPTS="-Xmx1024M"
+            export MAVEN_OPTS="-Xmx1536M"
             echo "MAVEN_OPTS now ${MAVEN_OPTS}"
             echo "Setting MAVEN_OPTS done"
             '''
             timeout(70) {
                 checkout scm
-                withEnv(["Path+JDK=$JAVA_JDK_8/bin","Path+MAVEN=$MAVEN_3_LATEST/bin","JAVA_HOME=$JAVA_JDK_8","MAVEN_OPTS=-Xmx1024M"]) {
+                withEnv(["Path+JDK=$JAVA_JDK_8/bin","Path+MAVEN=$MAVEN_3_LATEST/bin","JAVA_HOME=$JAVA_JDK_8","MAVEN_OPTS=-Xmx1536M"]) {
                     sh '''
                     echo "MAVEN_OPTS is ${MAVEN_OPTS}"
                     '''