From abfa3f47f4a67884d4af82603b3ba886c23b054d Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Fri, 1 Jul 2022 15:55:44 +0200 Subject: [PATCH 1/3] lowered the job submit rate of vsc_ugent --- conf/vsc_ugent.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/vsc_ugent.config b/conf/vsc_ugent.config index f2558fc..169faab 100644 --- a/conf/vsc_ugent.config +++ b/conf/vsc_ugent.config @@ -7,9 +7,9 @@ workDir = "$scratch_dir/work" // Perform work directory cleanup when the run has succesfully completed // cleanup = true -// Reduce the job submit rate to about 10 per second, this way the server won't be bombarded with jobs +// Reduce the job submit rate to about 5 per second, this way the server won't be bombarded with jobs executor { - submitRateLimit = '10 sec' + submitRateLimit = '5 sec' } // Specify that singularity should be used and where the cache dir will be for the images From fa949a069ef99aa002ce18d24b169f095e2377d7 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Fri, 1 Jul 2022 16:01:19 +0200 Subject: [PATCH 2/3] added queuesize --- conf/vsc_ugent.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/vsc_ugent.config b/conf/vsc_ugent.config index 169faab..9837a54 100644 --- a/conf/vsc_ugent.config +++ b/conf/vsc_ugent.config @@ -10,6 +10,7 @@ workDir = "$scratch_dir/work" // Reduce the job submit rate to about 5 per second, this way the server won't be bombarded with jobs executor { submitRateLimit = '5 sec' + queueSize = 50 } // Specify that singularity should be used and where the cache dir will be for the images From 1e3459528053d41f18b6df38152b806ae138916b Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Fri, 1 Jul 2022 16:16:18 +0200 Subject: [PATCH 3/3] removed queue size limit --- conf/vsc_ugent.config | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/vsc_ugent.config b/conf/vsc_ugent.config index 9837a54..169faab 100644 --- a/conf/vsc_ugent.config +++ b/conf/vsc_ugent.config @@ -10,7 +10,6 @@ workDir = "$scratch_dir/work" // Reduce the job submit rate to about 5 per second, this way the server won't be bombarded with jobs executor { submitRateLimit = '5 sec' - queueSize = 50 } // Specify that singularity should be used and where the cache dir will be for the images