diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-27 19:27:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-27 19:27:30 +0100 |
commit | e1b38757b2fb2cbf955c5064fc986032db649b87 (patch) | |
tree | cc814ef3074abf15b60f7326d3e65740d453bc95 /hosts/jenkins/etc/default | |
parent | 16a1e225d72382a6c820510ac2f448b53ff67652 (diff) | |
download | jenkins.debian.net-e1b38757b2fb2cbf955c5064fc986032db649b87.tar.xz |
allow jenkins to have more open more files
Diffstat (limited to 'hosts/jenkins/etc/default')
-rw-r--r-- | hosts/jenkins/etc/default/jenkins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/default/jenkins b/hosts/jenkins/etc/default/jenkins index 71f27ddd..8e08a1e6 100644 --- a/hosts/jenkins/etc/default/jenkins +++ b/hosts/jenkins/etc/default/jenkins @@ -37,7 +37,7 @@ JENKINS_LOG=/var/log/jenkins/$NAME.log # 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=8192 +MAXOPENFILES=32768 # set the umask to control permission bits of files that Jenkins creates. # 027 makes files read-only for group and inaccessible for others. comment this out to inherit setting |