mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Merge pull request #283 from aunderwo/master
change max_time diretcive in the correct place
This commit is contained in:
commit
15080d958e
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ process{
|
||||||
process.maxRetries = 5
|
process.maxRetries = 5
|
||||||
withLabel:process_long {
|
withLabel:process_long {
|
||||||
queue = 'long'
|
queue = 'long'
|
||||||
max_time = 48.h
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,5 +31,5 @@ executor{
|
||||||
params {
|
params {
|
||||||
max_memory = 128.GB
|
max_memory = 128.GB
|
||||||
max_cpus = 64
|
max_cpus = 64
|
||||||
max_time = 12.h
|
max_time = 48.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue