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

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


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

commit 194e0c3cc27237bb9ea03ed46d706c4cb65ce915
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