mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update shh.config
This commit is contained in:
parent
dc0f1dfb40
commit
0033b74e4e
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ process {
|
|||
memory = { 756.GB * task.attempt ]
|
||||
cpus = { 64 * task.attempt }
|
||||
time = 1440.h
|
||||
queue = { task.memory > 756.GB ? 'supercruncher': 'long' }
|
||||
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue