Skip to content

Commit 75f0b55

Browse files
committed
HHH-18472 Increase memory size for release prepare step
1 parent 4c99fae commit 75f0b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pipeline {
177177
withEnv([
178178
"BRANCH=${env.GIT_BRANCH}",
179179
// Increase the amount of memory for this part since asciidoctor doc rendering consumes a lot of metaspace
180-
"DEFAULT_JVM_OPTS=-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8"
180+
"JAVA_OPTS=-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8"
181181
]) {
182182
sh ".release/scripts/prepare-release.sh ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION}"
183183
}

0 commit comments

Comments
 (0)