Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
f56b8b93
Commit
f56b8b93
authored
Oct 30, 2018
by
Holger Levsen
Browse files
also increase max. number of open files
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
d423e578
Changes
1
Show whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/default/jenkins
View file @
f56b8b93
...
@@ -63,7 +63,7 @@ JENKINS_ENABLE_ACCESS_LOG="no"
...
@@ -63,7 +63,7 @@ JENKINS_ENABLE_ACCESS_LOG="no"
# this is on by default because http://github.com/jenkinsci/jenkins/commit/2fb288474e980d0e7ff9c4a3b768874835a3e92e
# 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
# 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
# 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.
# 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
# 027 makes files read-only for group and inaccessible for others, which some security sensitive users
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment