From: Jeremy Mordkoff Date: Tue, 3 Oct 2017 12:53:05 +0000 (-0400) Subject: raise systemd limits X-Git-Tag: v3.0.0rc2^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a4e08139159ec7d378764c25d63e9a888fda7dfa;p=osm%2Fdevops.git raise systemd limits Signed-off-by: Jeremy Mordkoff --- diff --git a/jenkins/SO/install b/jenkins/SO/install index 65fe4b1d..2adc9492 100755 --- a/jenkins/SO/install +++ b/jenkins/SO/install @@ -89,6 +89,30 @@ Pin: origin repos.riftio.com Pin-Priority: 600 EOF + + +####################### +# temp fix +# this is normally done by mkcontainer, but the last line is missing +# we can take this out when we update the RIFT platform + +cat <>/etc/systemd/user.conf +DefaultLimitNOFILE=65536 +DefaultLimitMSGQUEUE=8192000 +DefaultLimitNPROC=65536 +DefaultTasksMax=65536 +EOF +cat <>/etc/systemd/system.conf +DefaultLimitNOFILE=65536 +DefaultLimitMSGQUEUE=8192000 +DefaultLimitNPROC=65536 +DefaultTasksMax=65536 +EOF +systemctl daemon-reload + +################################## + + apt-get update # and install the tools