Skip to content

Commit

Permalink
Increase the kill wait time
Browse files Browse the repository at this point in the history
To allow large jobs to be cancelled gracefully, both the KillWait parameter and UnkillableStepTimeout have been increased to 5 minutes.
  • Loading branch information
enasca authored Jan 18, 2024
1 parent bee1148 commit 661d5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/slurm_install/templates/slurm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ TaskPlugin=task/affinity,task/cgroup
#
#
# TIMERS
KillWait=120
KillWait=300
#MinJobAge=300
#SlurmctldTimeout=120
#SlurmdTimeout=300
UnkillableStepTimeout=120
UnkillableStepTimeout=300
#
#
# SCHEDULING
Expand Down

0 comments on commit 661d5bd

Please sign in to comment.