You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/01/12 06:36:46 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17438. Increase docker memory limit in Jenkins (#2560)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new d8e6d85  HADOOP-17438. Increase docker memory limit in Jenkins (#2560)
d8e6d85 is described below

commit d8e6d850423f233d02b48c8a9365771c4cb68acb
Author: Ahmed Hussein <50...@users.noreply.github.com>
AuthorDate: Tue Jan 12 00:34:06 2021 -0600

    HADOOP-17438. Increase docker memory limit in Jenkins (#2560)
    
    Reviewed-by: Eric Badger <eb...@apache.org>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit ae894ecfcc46e40d9e2f535ac6acec50f8136fae)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 89387dd..490f6a8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -118,7 +118,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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org