Skip to content

Commit

Permalink
Merge pull request #1077 from mira-miracoli/tmp-reduce-concurrent-jobs
Browse files Browse the repository at this point in the history
Reduce concurrent jobs limit for EMBO assembly workshop
  • Loading branch information
bgruening authored Jan 23, 2024
2 parents 98adf8d + adb644a commit 2847be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/galaxy/config/job_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 2847be3

Please sign in to comment.