X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FSO%2Finstall;h=2adc9492a6f6ca6d79d4fa2d9454f7300cf5bb23;hb=refs%2Ftags%2Fv3.0.0rc2;hp=65fe4b1da7bdc60c05055863c4cac591f13209c4;hpb=397a65dcb0d6b9afb9165f5f13f0f717d449c374;p=osm%2Fdevops.git 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