This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 4ddd41b HADOOP-17438. Increase docker memory limit in Jenkins (#2560)
4ddd41b is described below
commit 4ddd41bd476b76b6685e822701048d63ca919f7a
Author: Ahmed Hussein <[email protected]>
AuthorDate: Tue Jan 12 00:34:06 2021 -0600
HADOOP-17438. Increase docker memory limit in Jenkins (#2560)
Reviewed-by: Eric Badger <[email protected]>
Signed-off-by: Akira Ajisaka <[email protected]>
(cherry picked from commit ae894ecfcc46e40d9e2f535ac6acec50f8136fae)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index eed3fa8..a89fb48 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -119,7 +119,7 @@ pipeline {
# changing these to higher values may cause problems
# with other jobs on systemd-enabled machines
YETUS_ARGS+=("--proclimit=5500")
- YETUS_ARGS+=("--dockermemlimit=20g")
+ YETUS_ARGS+=("--dockermemlimit=22g")
# -1 findbugs issues that show up prior to the patch
being applied
YETUS_ARGS+=("--findbugs-strict-precheck")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]