mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
HHH-18472 Increase memory size for release prepare step
This commit is contained in:
parent
4c99fae6e3
commit
75f0b55d74
2
ci/release/Jenkinsfile
vendored
2
ci/release/Jenkinsfile
vendored
@ -177,7 +177,7 @@ pipeline {
|
||||
withEnv([
|
||||
"BRANCH=${env.GIT_BRANCH}",
|
||||
// Increase the amount of memory for this part since asciidoctor doc rendering consumes a lot of metaspace
|
||||
"DEFAULT_JVM_OPTS=-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8"
|
||||
"JAVA_OPTS=-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8"
|
||||
]) {
|
||||
sh ".release/scripts/prepare-release.sh ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user