Skip to content

Commit ae894ec

Browse files
authored
HADOOP-17438. Increase docker memory limit in Jenkins (#2560)
Reviewed-by: Eric Badger <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
1 parent b0eec09 commit ae894ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pipeline {
118118
# changing these to higher values may cause problems
119119
# with other jobs on systemd-enabled machines
120120
YETUS_ARGS+=("--proclimit=5500")
121-
YETUS_ARGS+=("--dockermemlimit=20g")
121+
YETUS_ARGS+=("--dockermemlimit=22g")
122122
123123
# -1 findbugs issues that show up prior to the patch being applied
124124
YETUS_ARGS+=("--findbugs-strict-precheck")

0 commit comments

Comments
 (0)