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

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


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

commit ae894ecfcc46e40d9e2f535ac6acec50f8136fae
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]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 944a35b..1703d01 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