Skip to content

Commit e76ed43

Browse files
committed
[fix][ci][branch-3.0] Increase Maven's heap size from 1024m to 1500m as it is in master
1 parent 6eb5068 commit e76ed43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pulsar-ci-flaky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ concurrency:
3737
cancel-in-progress: true
3838

3939
env:
40-
MAVEN_OPTS: -Xss1500k -Xmx1024m -Daether.connector.http.reuseConnections=false -Daether.connector.requestTimeout=60000 -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.serviceUnavailableRetryStrategy.class=standard -Dmaven.wagon.rto=60000
40+
MAVEN_OPTS: -Xss1500k -Xmx1500m -Daether.connector.http.reuseConnections=false -Daether.connector.requestTimeout=60000 -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.serviceUnavailableRetryStrategy.class=standard -Dmaven.wagon.rto=60000
4141
# defines the retention period for the intermediate build artifacts needed for rerunning a failed build job
4242
# it's possible to rerun individual failed jobs when the build artifacts are available
4343
# if the artifacts have already been expired, the complete workflow can be rerun by closing and reopening the PR or by rebasing the PR

0 commit comments

Comments
 (0)