Skip to content
Snippets Groups Projects
Verified Commit 6c8e8277 authored by Mia Croiset's avatar Mia Croiset
Browse files

set high mem process 300GB

parent d08ba093
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ process { ...@@ -48,7 +48,7 @@ process {
time = { check_max( 20.h * task.attempt, 'time' ) } time = { check_max( 20.h * task.attempt, 'time' ) }
} }
withLabel:process_high_memory { withLabel:process_high_memory {
memory = { check_max( 24.GB * task.attempt, 'memory' ) } memory = { check_max( 300.GB * task.attempt, 'memory' ) }
} }
withLabel:error_ignore { withLabel:error_ignore {
errorStrategy = 'ignore' errorStrategy = 'ignore'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment