From adb644ac9c9ba140721c3d1669713deb8bcd40d0 Mon Sep 17 00:00:00 2001 From: Mira <86979912+mira-miracoli@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:40:03 +0100 Subject: [PATCH] reduce concurrent jobs limit --- templates/galaxy/config/job_conf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/galaxy/config/job_conf.yml b/templates/galaxy/config/job_conf.yml index 95d75ffd8..5284eb9b8 100644 --- a/templates/galaxy/config/job_conf.yml +++ b/templates/galaxy/config/job_conf.yml @@ -258,7 +258,7 @@ galaxy_jobconf: limits: - type: "destination_user_concurrent_jobs" id: "condor_upload" - value: "10" + value: "5" - type: "walltime" value: "'148:00:00'" # Limited time for Interactive tools @@ -271,7 +271,7 @@ galaxy_jobconf: - type: "output_size" value: "'300GB'" - type: "registered_user_concurrent_jobs" - value: "30" + value: "15" - type: "anonymous_user_concurrent_jobs" value: "3" - type: "destination_user_concurrent_jobs"