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 <[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 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to