[Qa-jenkins-scm] [jenkins.debian.net] 02/02: apply our configuration changes again

Holger Levsen holger at layer-acht.org
Tue Jul 19 09:35:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1d361f093a56f3f32a7e96c4cc6734cd373ae92b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jul 19 11:35:31 2016 +0200

    apply our configuration changes again
---
 hosts/jenkins/etc/default/jenkins | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/hosts/jenkins/etc/default/jenkins b/hosts/jenkins/etc/default/jenkins
index a7bb7eb..ecf2a20 100644
--- a/hosts/jenkins/etc/default/jenkins
+++ b/hosts/jenkins/etc/default/jenkins
@@ -7,9 +7,10 @@ NAME=jenkins
 JAVA=/usr/bin/java
 
 # arguments to pass to java
-JAVA_ARGS="-Djava.awt.headless=true"  # Allow graphs etc. to work even when an X server is present
+#JAVA_ARGS="-Djava.awt.headless=true"  # Allow graphs etc. to work even when an X server is present
 #JAVA_ARGS="-Xmx256m"
 #JAVA_ARGS="-Djava.net.preferIPv4Stack=true" # make jenkins listen on IPv4 address
+JAVA_ARGS="-Djava.awt.headless=true -Xmx3072m -XX:MaxPermSize=384m"
 
 PIDFILE=/var/run/$NAME/$NAME.pid
 
@@ -37,7 +38,7 @@ JENKINS_LOG=/var/log/$NAME/$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, which some security sensitive users
@@ -52,6 +53,7 @@ MAXOPENFILES=8192
 #   by default umask comes from pam_umask(8) and /etc/login.defs
 
 # UMASK=027
+UMASK=022
 
 # port for HTTP connector (default 8080; disable with -1)
 HTTP_PORT=8080

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list