Skip to content

Commit 677f1d7

Browse files
committed
Bump memory to 4G.
See #3767
1 parent b489b8d commit 677f1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p /tmp/jenkins-home/.m2/.develocity
77

88
export JENKINS_USER=${JENKINS_USER_NAME}
99

10-
MAVEN_OPTS="-Duser.name=${JENKINS_USER} -Duser.home=/tmp/jenkins-home" \
10+
MAVEN_OPTS="-Xmx4G -Duser.name=${JENKINS_USER} -Duser.home=/tmp/jenkins-home" \
1111
./mvnw -s settings.xml \
1212
-P${PROFILE} clean dependency:list test -Dsort -U -B -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-jpa -Ddevelocity.storage.directory=/tmp/jenkins-home/.develocity-root
1313

0 commit comments

Comments
 (0)