Commit f56b8b93 authored by Holger Levsen's avatar Holger Levsen
Browse files

also increase max. number of open files

parent d423e578
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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