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"