From f56b8b93d47a0a5e600a7b7dacef14f1d4bd0294 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 30 Oct 2018 21:17:23 +0100 Subject: [PATCH] also increase max. number of open files Signed-off-by: Holger Levsen --- hosts/jenkins/etc/default/jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/jenkins/etc/default/jenkins b/hosts/jenkins/etc/default/jenkins index 1f36bf2fb..1c9908642 100644 --- a/hosts/jenkins/etc/default/jenkins +++ b/hosts/jenkins/etc/default/jenkins @@ -63,7 +63,7 @@ JENKINS_ENABLE_ACCESS_LOG="no" # this is on by default because http://github.com/jenkinsci/jenkins/commit/2fb288474e980d0e7ff9c4a3b768874835a3e92e # reported that Ubuntu's PAM configuration doesn't include pam_limits.so, and as a result the # of file # descriptors are forced to 1024 regardless of /etc/security/limits.conf -MAXOPENFILES=65535 +MAXOPENFILES=131071 # limit is 65535 on i386 # set the umask to control permission bits of files that Jenkins creates. # 027 makes files read-only for group and inaccessible for others, which some security sensitive users -- GitLab