From 6939c6f0033e0bc419ff44747d0fd9a2fa1dae99 Mon Sep 17 00:00:00 2001 From: qlr900 Date: Wed, 6 Jul 2022 13:34:18 +0200 Subject: [PATCH] lower queueSize to 5 --- conf/ku_sund_dangpu.config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/ku_sund_dangpu.config b/conf/ku_sund_dangpu.config index 7712376..bb70515 100644 --- a/conf/ku_sund_dangpu.config +++ b/conf/ku_sund_dangpu.config @@ -21,13 +21,11 @@ process { } executor { - queueSize = 10 + queueSize = 5 } singularity { enabled = true autoMounts = true - # set up the cache directory outside the $HOME directory - cacheDir = '/projects/dan1/people/$USER/cache/singularity-images' runOptions = '--bind /projects:/projects' } \ No newline at end of file