mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Update eva.config
This commit is contained in:
parent
50aafc6410
commit
86a9042eac
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,7 @@ process {
|
|||
|
||||
withName: damageprofiler {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 2)}G,virtual_free=${(task.memory.toGiga() * 2)}G" }
|
||||
memory = { check_max( 8.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: circularmapper {
|
||||
|
@ -301,6 +302,7 @@ profiles {
|
|||
|
||||
withName: damageprofiler {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G,virtual_free=${(task.memory.toGiga() * 3)}G" }
|
||||
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: circularmapper {
|
||||
|
@ -468,6 +470,7 @@ profiles {
|
|||
|
||||
withName: damageprofiler {
|
||||
clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" }
|
||||
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
||||
}
|
||||
|
||||
withName: circularmapper {
|
||||
|
|
Loading…
Reference in a new issue