From a61cc7be058b656c234cafbbf19f2815b823b184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20L=C3=B6nnemark?= <tobbez@ryara.net> Date: Wed, 12 Jan 2022 22:17:51 +0100 Subject: [PATCH] Set MinJobAge to 3 days This keeps information about jobs available in memory for 3 days, which allows easier debugging of jobs. The new value should not cause problems considering the job throughput on the cluster. --- files/slurm.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/slurm.conf b/files/slurm.conf index ee2d148..976442b 100644 --- a/files/slurm.conf +++ b/files/slurm.conf @@ -23,7 +23,8 @@ TaskPlugin=task/affinity # # TIMERS #KillWait=30 -#MinJobAge=300 +# 3 days +MinJobAge=259200 #SlurmctldTimeout=120 #SlurmdTimeout=300 # -- GitLab