Skip to content

Commit

Permalink
Merge pull request #707 from krokicki/janelia_queue_size
Browse files Browse the repository at this point in the history
Janelia queue size
  • Loading branch information
krokicki committed Jun 15, 2024
2 parents 8418c53 + 1c4f4a3 commit e0e084c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf/janelia.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ params {
max_time = '48.h'

lsf_opts = ''
schema_ignore_params = 'genomes,lsf_opts'
validationSchemaIgnoreParams = "genomes,lsf_opts,schema_ignore_params"
lsf_queue_size = 500
schema_ignore_params = 'genomes,lsf_opts,lsf_queue_size'
validationSchemaIgnoreParams = "genomes,lsf_opts,lsf_queue_size,schema_ignore_params"
}

singularity {
Expand All @@ -27,5 +28,6 @@ process {
executor {
perTaskReserve = false
perJobMemLimit = true
queueSize = params.lsf_queue_size
}

0 comments on commit e0e084c

Please sign in to comment.