Bump some system limits to make builds more stable 89/8289/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 18 Jan 2017 21:51:40 +0000 (22:51 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 18 Jan 2017 21:51:40 +0000 (22:51 +0100)
Change-Id: I5d54076363add7576ba4e0924fcfebe15aa956d7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jenkins-scripts/basic_settings.sh

index e7ebbf6..da45107 100755 (executable)
@@ -32,8 +32,10 @@ EOFHOSTS
 
 #Increase limits
 cat <<EOF > /etc/security/limits.d/jenkins.conf
-jenkins         soft    nofile          16000
-jenkins         hard    nofile          16000
+jenkins         soft    nofile          64000
+jenkins         hard    nofile          64000
+jenkins         soft    nproc           30654
+jenkins         hard    nproc           30654
 EOF
 
 cat <<EOSSH >> /etc/ssh/ssh_config