Skip to content

Commit

Permalink
use schedmd slurmd unitfile limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Jul 5, 2023
1 parent b0c1dcc commit a3685a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ fi

if [ "$1" = "slurmd" ]
then
echo "---> Setting memlock unlimited ..."
ulimit -Hl unlimited
echo "---> Set shell resource limits ..."
ulimit -l unlimited
ulimit -s unlimited
ulimit -n 131072

echo "---> Starting the MUNGE Authentication service (munged) ..."
gosu munge /usr/sbin/munged
Expand Down

0 comments on commit a3685a2

Please sign in to comment.