Skip to content
Snippets Groups Projects
Commit a4e08139 authored by Jeremy Mordkoff's avatar Jeremy Mordkoff
Browse files

raise systemd limits


Signed-off-by: default avatarJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
parent 397a65dc
No related branches found
Tags v3.0.0rc2
No related merge requests found
......@@ -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 <<EOF >>/etc/systemd/user.conf
DefaultLimitNOFILE=65536
DefaultLimitMSGQUEUE=8192000
DefaultLimitNPROC=65536
DefaultTasksMax=65536
EOF
cat <<EOF >>/etc/systemd/system.conf
DefaultLimitNOFILE=65536
DefaultLimitMSGQUEUE=8192000
DefaultLimitNPROC=65536
DefaultTasksMax=65536
EOF
systemctl daemon-reload
##################################
apt-get update
# and install the tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment