Loading hosts/jenkins/etc/default/jenkins +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
hosts/jenkins/etc/default/jenkins +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading